Html Css Color HEX #565776 Comet

📋 copy color: '#565776'

red 86 ◦ green 87 ◦ blue 118

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

Shades of Comet #565776

Tints of Comet #565776

RGB

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

 GREEN value IS 87 (34.38% from 255) = 29.9%

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

R = 29.55%
G = 29.9%
B = 40.55%

CMYK

 C value IS 0.27

 M value IS 0.26

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#565776 (or 0x565776) is known color: Comet. HEX triplet: 56, 57 and 76. RGB value is (86,87,118). Sum of RGB (Red+Green+Blue) = 86+87+118=291 (38% of max value = 765). Red value is 86 (33.98% from 255 or 29.55% from 291); Green value is 87 (34.38% from 255 or 29.90% from 291); Blue value is 118 (46.48% from 255 or 40.55% from 291); Max value from RGB is 118 - color contains mainly: blue. Hex color #565776 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #565776 is #A9A889. Grayscale: #5A5A5A. Windows color (decimal): -11118730 or 7755606. OLE color: 7755606.

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

Color convert

RGB 86 87 118 -
CMYK 0.27 0.26 0 0.54
HSL 238.13º 0.16% 0.4% -
HSV(B) 238.13º 0.27% 0.46% -
XYZ 10.52 10.1 18.54 -
YUV 90.24 143.67 124.98 -
System Red Green Blue C M Y K H S L
Decimal 86 87 118 0.27 0.26 0 0.54 238.13 0.16 0.4
Hex 56 57 76 1B 1A 0 36 EE 10 28
Octal 126 127 166 33 32 0 66 356 20 50
Binary 1010110 1010111 1110110 11011 11010 0 110110 11101110 10000 101000

Color Harmonies of #565776

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #565776

Black with #565776

Text Example


Text Example

White with #565776

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #565776; }

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

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

background-color css

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

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

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

border-color css

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

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

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