Html Css Color HEX #565B76 Comet

📋 copy color: '#565B76'

red 86 ◦ green 91 ◦ blue 118

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

Shades of Comet #565B76

Tints of Comet #565B76

RGB

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

 GREEN value IS 91 (35.94% from 255) = 30.85%

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

R = 29.15%
G = 30.85%
B = 40%

CMYK

 C value IS 0.27

 M value IS 0.23

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#565B76 (or 0x565B76) is known color: Comet. HEX triplet: 56, 5B and 76. RGB value is (86,91,118). Sum of RGB (Red+Green+Blue) = 86+91+118=295 (39% of max value = 765). Red value is 86 (33.98% from 255 or 29.15% from 295); Green value is 91 (35.94% from 255 or 30.85% from 295); Blue value is 118 (46.48% from 255 or 40% from 295); Max value from RGB is 118 - color contains mainly: blue. Hex color #565B76 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #565B76 is #A9A489. Grayscale: #5C5C5C. Windows color (decimal): -11117706 or 7756630. OLE color: 7756630.

HSL color Cylindrical-coordinate representation of color #565B76: hue angle of 230.62º 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 #565B76 is Cyan = 0.27, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 86 91 118 -
CMYK 0.27 0.23 0 0.54
HSL 230.63º 0.16% 0.4% -
HSV(B) 230.63º 0.27% 0.46% -
XYZ 10.85 10.77 18.65 -
YUV 92.58 142.34 123.3 -
System Red Green Blue C M Y K H S L
Decimal 86 91 118 0.27 0.23 0 0.54 230.63 0.16 0.4
Hex 56 5B 76 1B 17 0 36 E7 10 28
Octal 126 133 166 33 27 0 66 347 20 50
Binary 1010110 1011011 1110110 11011 10111 0 110110 11100111 10000 101000

Color Harmonies of #565B76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #565B76

Black with #565B76

Text Example


Text Example

White with #565B76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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