#55918D

Color #55918D Half Baked (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Half Baked #55918D

Tints of Half Baked #55918D

Color information

#55918D (or 0x55918D) is unknown color: approx Half Baked. HEX triplet: 55, 91 and 8D. RGB value is (85,145,141). Sum of RGB (Red+Green+Blue) = 85+145+141=371 (49% of max value = 765). Red value is 85 (33.59% from 255 or 22.91% from 371); Green value is 145 (57.03% from 255 or 39.08% from 371); Blue value is 141 (55.47% from 255 or 38.01% from 371); Max value from RGB is 145 - color contains mainly: green. Hex color #55918D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #55918D is #AA6E72. Grayscale: #7E7E7E. Windows color (decimal): -11169395 or 9277781. OLE color: 9277781.

HSL color Cylindrical-coordinate representation of color #55918D: hue angle of 176º degrees, saturation: 0.26, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #55918D is Cyan = 0.41, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.43.

Color convert

RGB85145141-
CMYK0.4100.030.43
HSL176º26.09%45.1%-
HSV(B)176º41.38%56.86%-
XYZ18.6824.1128.87-
YUV126.6136.1298.33-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 22.91%
GREEN value IS 145 (57.03% from 255) = 39.08%
BLUE value IS 141 (55.47% from 255) = 38.01%
R=22.91%
G=39.08%
B=38.01%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal851451410.4100.030.4317626.0945.1
Hex55918D29032Bb01a2d
Octal1252212155103532603255
Binary101010110010001100011011010010111010111011000011010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55918D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #55918D; }

 p { color: rgb(85,145,141); }

 H1.HeaderClassName
 {
   color: #55918D;
 }
 .AnyTagClassName
 {
   color: #55918D;
 }
</style>
background-color css

<style>
 a { background-color: #55918D; }

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

 div.DivClassName
 {
   background-color: #55918D;
 }
 .BgClassName
 {
   background-color: #55918D;
 }
</style>
border-color css

<style>
 span { border-color: #55918D; }

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

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