Html Css Color HEX #565974 Comet

📋 copy color: '#565974'

red 86 ◦ green 89 ◦ blue 116

#565974
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Comet #565974

Tints of Comet #565974

RGB

 RED value IS 86 (33.98% from 255) = 29.55%

 GREEN value IS 89 (35.16% from 255) = 30.58%

 BLUE value IS 116 (45.7% from 255) = 39.86%

R = 29.55%
G = 30.58%
B = 39.86%

CMYK

 C value IS 0.26

 M value IS 0.23

 Y value IS 0

 K value IS 0.55

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#565974 (or 0x565974) is known color: Comet. HEX triplet: 56, 59 and 74. RGB value is (86,89,116). Sum of RGB (Red+Green+Blue) = 86+89+116=291 (38% of max value = 765). Red value is 86 (33.98% from 255 or 29.55% from 291); Green value is 89 (35.16% from 255 or 30.58% from 291); Blue value is 116 (45.70% from 255 or 39.86% from 291); Max value from RGB is 116 - color contains mainly: blue. Hex color #565974 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #565974 is #A9A68B. Grayscale: #5B5B5B. Windows color (decimal): -11118220 or 7625046. OLE color: 7625046.

HSL color Cylindrical-coordinate representation of color #565974: hue angle of 234º degrees, saturation: 0.15, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #565974 is Cyan = 0.26, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 86 89 116 -
CMYK 0.26 0.23 0 0.55
HSL 234º 0.15% 0.4% -
HSV(B) 234º 0.26% 0.45% -
XYZ 10.56 10.38 17.97 -
YUV 91.18 142.01 124.3 -
System Red Green Blue C M Y K H S L
Decimal 86 89 116 0.26 0.23 0 0.55 234 0.15 0.4
Hex 56 59 74 1A 17 0 37 EA F 28
Octal 126 131 164 32 27 0 67 352 17 50
Binary 1010110 1011001 1110100 11010 10111 0 110111 11101010 1111 101000

Color Harmonies of #565974

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #565974

Black with #565974

Text Example


Text Example

White with #565974

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #565974; }

 p { color: rgb(86,89,116); }

 H1.HeaderClassName
 {
   color: #565974;
 }
 .AnyTagClassName
 {
   color: #565974;
 }
</style>

background-color css

<style>
 a { background-color: #565974; }

 a { background-color: rgb(86,89,116); }

 div.DivClassName
 {
   background-color: #565974;
 }
 .BgClassName
 {
   background-color: #565974;
 }
</style>

border-color css

<style>
 span { border-color: #565974; }

 span { border-color: rgb(86,89,116); }

 td.TdClassName
 {
   border-color: #565974;
 }
 .TagClassName
 {
   border-color: #565974;
 }
</style>