Html Css Color HEX #565571 Comet

📋 copy color: '#565571'

red 86 ◦ green 85 ◦ blue 113

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

Shades of Comet #565571

Tints of Comet #565571

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 39.79%

R = 30.28%
G = 29.93%
B = 39.79%

CMYK

 C value IS 0.24

 M value IS 0.25

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#565571 (or 0x565571) is known color: Comet. HEX triplet: 56, 55 and 71. RGB value is (86,85,113). Sum of RGB (Red+Green+Blue) = 86+85+113=284 (37% of max value = 765). Red value is 86 (33.98% from 255 or 30.28% from 284); Green value is 85 (33.59% from 255 or 29.93% from 284); Blue value is 113 (44.53% from 255 or 39.79% from 284); Max value from RGB is 113 - color contains mainly: blue. Hex color #565571 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #565571 is #A9AA8E. Grayscale: #585858. Windows color (decimal): -11119247 or 7427414. OLE color: 7427414.

HSL color Cylindrical-coordinate representation of color #565571: hue angle of 242.14º degrees, saturation: 0.14, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #565571 is Cyan = 0.24, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 86 85 113 -
CMYK 0.24 0.25 0 0.56
HSL 242.14º 0.14% 0.39% -
HSV(B) 242.14º 0.25% 0.44% -
XYZ 10.07 9.67 16.96 -
YUV 88.49 141.83 126.22 -
System Red Green Blue C M Y K H S L
Decimal 86 85 113 0.24 0.25 0 0.56 242.14 0.14 0.39
Hex 56 55 71 18 19 0 38 F2 E 27
Octal 126 125 161 30 31 0 70 362 16 47
Binary 1010110 1010101 1110001 11000 11001 0 111000 11110010 1110 100111

Color Harmonies of #565571

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #565571

Black with #565571

Text Example


Text Example

White with #565571

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #565571; }

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

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

background-color css

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

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

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

border-color css

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

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

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