Html Css Color HEX #55556A Comet

📋 copy color: '#55556A'

red 85 ◦ green 85 ◦ blue 106

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

Shades of Comet #55556A

Tints of Comet #55556A

RGB

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

 GREEN value IS 85 (33.59% from 255) = 30.8%

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

R = 30.8%
G = 30.8%
B = 38.41%

CMYK

 C value IS 0.20

 M value IS 0.20

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#55556A (or 0x55556A) is known color: Comet. HEX triplet: 55, 55 and 6A. RGB value is (85,85,106). Sum of RGB (Red+Green+Blue) = 85+85+106=276 (36% of max value = 765). Red value is 85 (33.59% from 255 or 30.80% from 276); Green value is 85 (33.59% from 255 or 30.80% from 276); Blue value is 106 (41.80% from 255 or 38.41% from 276); Max value from RGB is 106 - color contains mainly: blue. Hex color #55556A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #55556A is #AAAA95. Grayscale: #575757. Windows color (decimal): -11184790 or 6968661. OLE color: 6968661.

HSL color Cylindrical-coordinate representation of color #55556A: hue angle of 240º 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 #55556A is Cyan = 0.20, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 85 85 106 -
CMYK 0.20 0.20 0 0.58
HSL 240º 0.11% 0.37% -
HSV(B) 240º 0.2% 0.42% -
XYZ 9.6 9.47 14.96 -
YUV 87.39 138.5 126.29 -
System Red Green Blue C M Y K H S L
Decimal 85 85 106 0.20 0.20 0 0.58 240 0.11 0.37
Hex 55 55 6A 14 14 0 3A F0 B 25
Octal 125 125 152 24 24 0 72 360 13 45
Binary 1010101 1010101 1101010 10100 10100 0 111010 11110000 1011 100101

Color Harmonies of #55556A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55556A

Black with #55556A

Text Example


Text Example

White with #55556A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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