Html Css Color HEX #565970 Comet

📋 copy color: '#565970'

red 86 ◦ green 89 ◦ blue 112

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

Shades of Comet #565970

Tints of Comet #565970

RGB

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

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

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

R = 29.97%
G = 31.01%
B = 39.02%

CMYK

 C value IS 0.23

 M value IS 0.21

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#565970 (or 0x565970) is known color: Comet. HEX triplet: 56, 59 and 70. RGB value is (86,89,112). Sum of RGB (Red+Green+Blue) = 86+89+112=287 (38% of max value = 765). Red value is 86 (33.98% from 255 or 29.97% from 287); Green value is 89 (35.16% from 255 or 31.01% from 287); Blue value is 112 (44.14% from 255 or 39.02% from 287); Max value from RGB is 112 - color contains mainly: blue. Hex color #565970 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #565970 is #A9A68F. Grayscale: #5A5A5A. Windows color (decimal): -11118224 or 7362902. OLE color: 7362902.

HSL color Cylindrical-coordinate representation of color #565970: hue angle of 233.08º 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 #565970 is Cyan = 0.23, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 86 89 112 -
CMYK 0.23 0.21 0 0.56
HSL 233.08º 0.13% 0.39% -
HSV(B) 233.08º 0.23% 0.44% -
XYZ 10.33 10.29 16.77 -
YUV 90.73 140.01 124.63 -
System Red Green Blue C M Y K H S L
Decimal 86 89 112 0.23 0.21 0 0.56 233.08 0.13 0.39
Hex 56 59 70 17 15 0 38 E9 D 27
Octal 126 131 160 27 25 0 70 351 15 47
Binary 1010110 1011001 1110000 10111 10101 0 111000 11101001 1101 100111

Color Harmonies of #565970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #565970

Black with #565970

Text Example


Text Example

White with #565970

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #565970; }

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

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

background-color css

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

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

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

border-color css

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

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

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