Html Css Color HEX #55566A Comet

📋 copy color: '#55566A'

red 85 ◦ green 86 ◦ blue 106

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

Shades of Comet #55566A

Tints of Comet #55566A

RGB

 RED value IS 85 (33.59% from 255) = 30.69%

 GREEN value IS 86 (33.98% from 255) = 31.05%

 BLUE value IS 106 (41.8% from 255) = 38.27%

R = 30.69%
G = 31.05%
B = 38.27%

CMYK

 C value IS 0.20

 M value IS 0.19

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#55566A (or 0x55566A) is known color: Comet. HEX triplet: 55, 56 and 6A. RGB value is (85,86,106). Sum of RGB (Red+Green+Blue) = 85+86+106=277 (36% of max value = 765). Red value is 85 (33.59% from 255 or 30.69% from 277); Green value is 86 (33.98% from 255 or 31.05% from 277); Blue value is 106 (41.80% from 255 or 38.27% from 277); Max value from RGB is 106 - color contains mainly: blue. Hex color #55566A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #55566A is #AAA995. Grayscale: #575757. Windows color (decimal): -11184534 or 6968917. OLE color: 6968917.

HSL color Cylindrical-coordinate representation of color #55566A: hue angle of 237.14º degrees, saturation: 0.11, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #55566A is Cyan = 0.20, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 85 86 106 -
CMYK 0.20 0.19 0 0.58
HSL 237.14º 0.11% 0.37% -
HSV(B) 237.14º 0.2% 0.42% -
XYZ 9.68 9.63 14.98 -
YUV 87.98 138.17 125.87 -
System Red Green Blue C M Y K H S L
Decimal 85 86 106 0.20 0.19 0 0.58 237.14 0.11 0.37
Hex 55 56 6A 14 13 0 3A ED B 25
Octal 125 126 152 24 23 0 72 355 13 45
Binary 1010101 1010110 1101010 10100 10011 0 111010 11101101 1011 100101

Color Harmonies of #55566A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55566A

Black with #55566A

Text Example


Text Example

White with #55566A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #55566A; }

 p { color: rgb(85,86,106); }

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

background-color css

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

 a { background-color: rgb(85,86,106); }

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

border-color css

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

 span { border-color: rgb(85,86,106); }

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