#55958E

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

Shades of Half Baked #55958E

Tints of Half Baked #55958E

Color information

#55958E (or 0x55958E) is unknown color: approx Half Baked. HEX triplet: 55, 95 and 8E. RGB value is (85,149,142). Sum of RGB (Red+Green+Blue) = 85+149+142=376 (49% of max value = 765). Red value is 85 (33.59% from 255 or 22.61% from 376); Green value is 149 (58.59% from 255 or 39.63% from 376); Blue value is 142 (55.86% from 255 or 37.77% from 376); Max value from RGB is 149 - color contains mainly: green. Hex color #55958E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #55958E is #AA6A71. Grayscale: #818181. Windows color (decimal): -11168370 or 9344341. OLE color: 9344341.

HSL color Cylindrical-coordinate representation of color #55958E: hue angle of 173.44º degrees, saturation: 0.27, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #55958E is Cyan = 0.43, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.42.

Color convert

RGB85149142-
CMYK0.4300.050.42
HSL173.44º27.35%45.88%-
HSV(B)173.44º42.95%58.43%-
XYZ19.3825.3829.47-
YUV129.07135.396.57-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 22.61%
GREEN value IS 149 (58.59% from 255) = 39.63%
BLUE value IS 142 (55.86% from 255) = 37.77%
R=22.61%
G=39.63%
B=37.77%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal851491420.4300.050.42173.4427.3545.88
Hex55958E2B052Aad1b2e
Octal1252252165305522553356
Binary1010101100101011000111010101101011010101010110111011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55958E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #55958E; }

 p { color: rgb(85,149,142); }

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

<style>
 a { background-color: #55958E; }

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

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

<style>
 span { border-color: #55958E; }

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

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