Html Css Color HEX #565A76 Comet

📋 copy color: '#565A76'

red 86 ◦ green 90 ◦ blue 118

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

Shades of Comet #565A76

Tints of Comet #565A76

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 40.14%

R = 29.25%
G = 30.61%
B = 40.14%

CMYK

 C value IS 0.27

 M value IS 0.24

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#565A76 (or 0x565A76) is known color: Comet. HEX triplet: 56, 5A and 76. RGB value is (86,90,118). Sum of RGB (Red+Green+Blue) = 86+90+118=294 (38% of max value = 765). Red value is 86 (33.98% from 255 or 29.25% from 294); Green value is 90 (35.55% from 255 or 30.61% from 294); Blue value is 118 (46.48% from 255 or 40.14% from 294); Max value from RGB is 118 - color contains mainly: blue. Hex color #565A76 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #565A76 is #A9A589. Grayscale: #5B5B5B. Windows color (decimal): -11117962 or 7756374. OLE color: 7756374.

HSL color Cylindrical-coordinate representation of color #565A76: hue angle of 232.5º degrees, saturation: 0.16, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #565A76 is Cyan = 0.27, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 86 90 118 -
CMYK 0.27 0.24 0 0.54
HSL 232.5º 0.16% 0.4% -
HSV(B) 232.5º 0.27% 0.46% -
XYZ 10.76 10.6 18.62 -
YUV 92 142.67 123.72 -
System Red Green Blue C M Y K H S L
Decimal 86 90 118 0.27 0.24 0 0.54 232.5 0.16 0.4
Hex 56 5A 76 1B 18 0 36 E8 10 28
Octal 126 132 166 33 30 0 66 350 20 50
Binary 1010110 1011010 1110110 11011 11000 0 110110 11101000 10000 101000

Color Harmonies of #565A76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #565A76

Black with #565A76

Text Example


Text Example

White with #565A76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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