Html Css Color HEX #565770 Comet

📋 copy color: '#565770'

red 86 ◦ green 87 ◦ blue 112

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

Shades of Comet #565770

Tints of Comet #565770

RGB

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

 GREEN value IS 87 (34.38% from 255) = 30.53%

 BLUE value IS 112 (44.14% from 255) = 39.3%

R = 30.18%
G = 30.53%
B = 39.3%

CMYK

 C value IS 0.23

 M value IS 0.22

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#565770 (or 0x565770) is known color: Comet. HEX triplet: 56, 57 and 70. RGB value is (86,87,112). Sum of RGB (Red+Green+Blue) = 86+87+112=285 (37% of max value = 765). Red value is 86 (33.98% from 255 or 30.18% from 285); Green value is 87 (34.38% from 255 or 30.53% from 285); Blue value is 112 (44.14% from 255 or 39.30% from 285); Max value from RGB is 112 - color contains mainly: blue. Hex color #565770 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #565770 is #A9A88F. Grayscale: #595959. Windows color (decimal): -11118736 or 7362390. OLE color: 7362390.

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

Color convert

RGB 86 87 112 -
CMYK 0.23 0.22 0 0.56
HSL 237.69º 0.13% 0.39% -
HSV(B) 237.69º 0.23% 0.44% -
XYZ 10.17 9.96 16.72 -
YUV 89.55 140.67 125.47 -
System Red Green Blue C M Y K H S L
Decimal 86 87 112 0.23 0.22 0 0.56 237.69 0.13 0.39
Hex 56 57 70 17 16 0 38 EE D 27
Octal 126 127 160 27 26 0 70 356 15 47
Binary 1010110 1010111 1110000 10111 10110 0 111000 11101110 1101 100111

Color Harmonies of #565770

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #565770

Black with #565770

Text Example


Text Example

White with #565770

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #565770; }

 p { color: rgb(86,87,112); }

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

background-color css

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

 a { background-color: rgb(86,87,112); }

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

border-color css

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

 span { border-color: rgb(86,87,112); }

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