Html Css Color HEX #565972 Comet

📋 copy color: '#565972'

red 86 ◦ green 89 ◦ blue 114

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

Shades of Comet #565972

Tints of Comet #565972

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 39.45%

R = 29.76%
G = 30.8%
B = 39.45%

CMYK

 C value IS 0.25

 M value IS 0.22

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#565972 (or 0x565972) is known color: Comet. HEX triplet: 56, 59 and 72. RGB value is (86,89,114). Sum of RGB (Red+Green+Blue) = 86+89+114=289 (38% of max value = 765). Red value is 86 (33.98% from 255 or 29.76% from 289); Green value is 89 (35.16% from 255 or 30.80% from 289); Blue value is 114 (44.92% from 255 or 39.45% from 289); Max value from RGB is 114 - color contains mainly: blue. Hex color #565972 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #565972 is #A9A68D. Grayscale: #5A5A5A. Windows color (decimal): -11118222 or 7493974. OLE color: 7493974.

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

Color convert

RGB 86 89 114 -
CMYK 0.25 0.22 0 0.55
HSL 233.57º 0.14% 0.39% -
HSV(B) 233.57º 0.25% 0.45% -
XYZ 10.45 10.34 17.36 -
YUV 90.95 141.01 124.47 -
System Red Green Blue C M Y K H S L
Decimal 86 89 114 0.25 0.22 0 0.55 233.57 0.14 0.39
Hex 56 59 72 19 16 0 37 EA E 27
Octal 126 131 162 31 26 0 67 352 16 47
Binary 1010110 1011001 1110010 11001 10110 0 110111 11101010 1110 100111

Color Harmonies of #565972

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #565972

Black with #565972

Text Example


Text Example

White with #565972

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #565972; }

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

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

background-color css

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

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

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

border-color css

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

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

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