Html Css Color HEX #565A72 Comet

📋 copy color: '#565A72'

red 86 ◦ green 90 ◦ blue 114

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

Shades of Comet #565A72

Tints of Comet #565A72

RGB

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

 GREEN value IS 90 (35.55% from 255) = 31.03%

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

R = 29.66%
G = 31.03%
B = 39.31%

CMYK

 C value IS 0.25

 M value IS 0.21

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#565A72 (or 0x565A72) is known color: Comet. HEX triplet: 56, 5A and 72. RGB value is (86,90,114). Sum of RGB (Red+Green+Blue) = 86+90+114=290 (38% of max value = 765). Red value is 86 (33.98% from 255 or 29.66% from 290); Green value is 90 (35.55% from 255 or 31.03% from 290); Blue value is 114 (44.92% from 255 or 39.31% from 290); Max value from RGB is 114 - color contains mainly: blue. Hex color #565A72 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #565A72 is #A9A58D. Grayscale: #5B5B5B. Windows color (decimal): -11117966 or 7494230. OLE color: 7494230.

HSL color Cylindrical-coordinate representation of color #565A72: hue angle of 231.43º 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 #565A72 is Cyan = 0.25, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 86 90 114 -
CMYK 0.25 0.21 0 0.55
HSL 231.43º 0.14% 0.39% -
HSV(B) 231.43º 0.25% 0.45% -
XYZ 10.53 10.51 17.39 -
YUV 91.54 140.67 124.05 -
System Red Green Blue C M Y K H S L
Decimal 86 90 114 0.25 0.21 0 0.55 231.43 0.14 0.39
Hex 56 5A 72 19 15 0 37 E7 E 27
Octal 126 132 162 31 25 0 67 347 16 47
Binary 1010110 1011010 1110010 11001 10101 0 110111 11100111 1110 100111

Color Harmonies of #565A72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #565A72

Black with #565A72

Text Example


Text Example

White with #565A72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #565A72; }

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

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

background-color css

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

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

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

border-color css

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

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

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