Html Css Color HEX #55576A Comet

📋 copy color: '#55576A'

red 85 ◦ green 87 ◦ blue 106

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

Shades of Comet #55576A

Tints of Comet #55576A

RGB

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

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

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

R = 30.58%
G = 31.29%
B = 38.13%

CMYK

 C value IS 0.20

 M value IS 0.18

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#55576A (or 0x55576A) is known color: Comet. HEX triplet: 55, 57 and 6A. RGB value is (85,87,106). Sum of RGB (Red+Green+Blue) = 85+87+106=278 (36% of max value = 765). Red value is 85 (33.59% from 255 or 30.58% from 278); Green value is 87 (34.38% from 255 or 31.29% from 278); Blue value is 106 (41.80% from 255 or 38.13% from 278); Max value from RGB is 106 - color contains mainly: blue. Hex color #55576A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #55576A is #AAA895. Grayscale: #585858. Windows color (decimal): -11184278 or 6969173. OLE color: 6969173.

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

Color convert

RGB 85 87 106 -
CMYK 0.20 0.18 0 0.58
HSL 234.29º 0.11% 0.37% -
HSV(B) 234.29º 0.2% 0.42% -
XYZ 9.76 9.79 15.01 -
YUV 88.57 137.84 125.46 -
System Red Green Blue C M Y K H S L
Decimal 85 87 106 0.20 0.18 0 0.58 234.29 0.11 0.37
Hex 55 57 6A 14 12 0 3A EA B 25
Octal 125 127 152 24 22 0 72 352 13 45
Binary 1010101 1010111 1101010 10100 10010 0 111010 11101010 1011 100101

Color Harmonies of #55576A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55576A

Black with #55576A

Text Example


Text Example

White with #55576A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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