Html Css Color HEX #565574 Comet

📋 copy color: '#565574'

red 86 ◦ green 85 ◦ blue 116

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

Shades of Comet #565574

Tints of Comet #565574

RGB

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

 GREEN value IS 85 (33.59% from 255) = 29.62%

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

R = 29.97%
G = 29.62%
B = 40.42%

CMYK

 C value IS 0.26

 M value IS 0.27

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#565574 (or 0x565574) is known color: Comet. HEX triplet: 56, 55 and 74. RGB value is (86,85,116). Sum of RGB (Red+Green+Blue) = 86+85+116=287 (38% of max value = 765). Red value is 86 (33.98% from 255 or 29.97% from 287); Green value is 85 (33.59% from 255 or 29.62% from 287); Blue value is 116 (45.70% from 255 or 40.42% from 287); Max value from RGB is 116 - color contains mainly: blue. Hex color #565574 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #565574 is #A9AA8B. Grayscale: #585858. Windows color (decimal): -11119244 or 7624022. OLE color: 7624022.

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

Color convert

RGB 86 85 116 -
CMYK 0.26 0.27 0 0.55
HSL 241.94º 0.15% 0.39% -
HSV(B) 241.94º 0.27% 0.45% -
XYZ 10.24 9.74 17.86 -
YUV 88.83 143.33 125.98 -
System Red Green Blue C M Y K H S L
Decimal 86 85 116 0.26 0.27 0 0.55 241.94 0.15 0.39
Hex 56 55 74 1A 1B 0 37 F2 F 27
Octal 126 125 164 32 33 0 67 362 17 47
Binary 1010110 1010101 1110100 11010 11011 0 110111 11110010 1111 100111

Color Harmonies of #565574

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #565574

Black with #565574

Text Example


Text Example

White with #565574

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #565574; }

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

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

background-color css

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

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

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

border-color css

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

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

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