Html Css Color HEX #55597F Comet

📋 copy color: '#55597F'

red 85 ◦ green 89 ◦ blue 127

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

Shades of Comet #55597F

Tints of Comet #55597F

RGB

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

 GREEN value IS 89 (35.16% from 255) = 29.57%

 BLUE value IS 127 (50% from 255) = 42.19%

R = 28.24%
G = 29.57%
B = 42.19%

CMYK

 C value IS 0.33

 M value IS 0.30

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#55597F (or 0x55597F) is known color: Comet. HEX triplet: 55, 59 and 7F. RGB value is (85,89,127). Sum of RGB (Red+Green+Blue) = 85+89+127=301 (39% of max value = 765). Red value is 85 (33.59% from 255 or 28.24% from 301); Green value is 89 (35.16% from 255 or 29.57% from 301); Blue value is 127 (50% from 255 or 42.19% from 301); Max value from RGB is 127 - color contains mainly: blue. Hex color #55597F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #55597F is #AAA680. Grayscale: #5B5B5B. Windows color (decimal): -11183745 or 8345941. OLE color: 8345941.

HSL color Cylindrical-coordinate representation of color #55597F: hue angle of 234.29º degrees, saturation: 0.2, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #55597F is Cyan = 0.33, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 85 89 127 -
CMYK 0.33 0.30 0 0.50
HSL 234.29º 0.2% 0.42% -
HSV(B) 234.29º 0.33% 0.5% -
XYZ 11.15 10.61 21.54 -
YUV 92.14 147.67 122.91 -
System Red Green Blue C M Y K H S L
Decimal 85 89 127 0.33 0.30 0 0.50 234.29 0.2 0.42
Hex 55 59 7F 21 1E 0 32 EA 14 2A
Octal 125 131 177 41 36 0 62 352 24 52
Binary 1010101 1011001 1111111 100001 11110 0 110010 11101010 10100 101010

Color Harmonies of #55597F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55597F

Black with #55597F

Text Example


Text Example

White with #55597F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #55597F; }

 p { color: rgb(85,89,127); }

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

background-color css

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

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

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

border-color css

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

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

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