Html Css Color HEX #55576B Comet

📋 copy color: '#55576B'

red 85 ◦ green 87 ◦ blue 107

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

Shades of Comet #55576B

Tints of Comet #55576B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 38.35%

R = 30.47%
G = 31.18%
B = 38.35%

CMYK

 C value IS 0.21

 M value IS 0.19

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#55576B (or 0x55576B) is known color: Comet. HEX triplet: 55, 57 and 6B. RGB value is (85,87,107). Sum of RGB (Red+Green+Blue) = 85+87+107=279 (36% of max value = 765). Red value is 85 (33.59% from 255 or 30.47% from 279); Green value is 87 (34.38% from 255 or 31.18% from 279); Blue value is 107 (42.19% from 255 or 38.35% from 279); Max value from RGB is 107 - color contains mainly: blue. Hex color #55576B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #55576B is #AAA894. Grayscale: #585858. Windows color (decimal): -11184277 or 7034709. OLE color: 7034709.

HSL color Cylindrical-coordinate representation of color #55576B: hue angle of 234.55º degrees, saturation: 0.11, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #55576B is Cyan = 0.21, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 85 87 107 -
CMYK 0.21 0.19 0 0.58
HSL 234.55º 0.11% 0.38% -
HSV(B) 234.55º 0.21% 0.42% -
XYZ 9.81 9.81 15.29 -
YUV 88.68 138.34 125.37 -
System Red Green Blue C M Y K H S L
Decimal 85 87 107 0.21 0.19 0 0.58 234.55 0.11 0.38
Hex 55 57 6B 15 13 0 3A EB B 26
Octal 125 127 153 25 23 0 72 353 13 46
Binary 1010101 1010111 1101011 10101 10011 0 111010 11101011 1011 100110

Color Harmonies of #55576B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55576B

Black with #55576B

Text Example


Text Example

White with #55576B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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