#55938D

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

Shades of Half Baked #55938D

Tints of Half Baked #55938D

Color information

#55938D (or 0x55938D) is unknown color: approx Half Baked. HEX triplet: 55, 93 and 8D. RGB value is (85,147,141). Sum of RGB (Red+Green+Blue) = 85+147+141=373 (49% of max value = 765). Red value is 85 (33.59% from 255 or 22.79% from 373); Green value is 147 (57.81% from 255 or 39.41% from 373); Blue value is 141 (55.47% from 255 or 37.80% from 373); Max value from RGB is 147 - color contains mainly: green. Hex color #55938D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #55938D is #AA6C72. Grayscale: #7F7F7F. Windows color (decimal): -11168883 or 9278293. OLE color: 9278293.

HSL color Cylindrical-coordinate representation of color #55938D: hue angle of 174.19º degrees, saturation: 0.27, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #55938D is Cyan = 0.42, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.42.

Color convert

RGB85147141-
CMYK0.4200.040.42
HSL174.19º26.72%45.49%-
HSV(B)174.19º42.18%57.65%-
XYZ18.9924.7228.97-
YUV127.78135.4697.49-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 22.79%
GREEN value IS 147 (57.81% from 255) = 39.41%
BLUE value IS 141 (55.47% from 255) = 37.80%
R=22.79%
G=39.41%
B=37.80%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal851471410.4200.040.42174.1926.7245.49
Hex55938D2A042Aae1b2d
Octal1252232155204522563355
Binary1010101100100111000110110101001001010101010111011011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55938D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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