#55978F

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

Shades of Half Baked #55978F

Tints of Half Baked #55978F

Color information

#55978F (or 0x55978F) is unknown color: approx Half Baked. HEX triplet: 55, 97 and 8F. RGB value is (85,151,143). Sum of RGB (Red+Green+Blue) = 85+151+143=379 (50% of max value = 765). Red value is 85 (33.59% from 255 or 22.43% from 379); Green value is 151 (59.38% from 255 or 39.84% from 379); Blue value is 143 (56.25% from 255 or 37.73% from 379); Max value from RGB is 151 - color contains mainly: green. Hex color #55978F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #55978F is #AA6870. Grayscale: #828282. Windows color (decimal): -11167857 or 9410389. OLE color: 9410389.

HSL color Cylindrical-coordinate representation of color #55978F: hue angle of 172.73º degrees, saturation: 0.28, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #55978F is Cyan = 0.44, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.41.

Color convert

RGB85151143-
CMYK0.4400.050.41
HSL172.73º27.97%46.27%-
HSV(B)172.73º43.71%59.22%-
XYZ19.7726.0529.97-
YUV130.35135.1395.65-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 22.43%
GREEN value IS 151 (59.38% from 255) = 39.84%
BLUE value IS 143 (56.25% from 255) = 37.73%
R=22.43%
G=39.84%
B=37.73%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal851511430.4400.050.41172.7327.9746.27
Hex55978F2C0529ad1c2e
Octal1252272175405512553456
Binary1010101100101111000111110110001011010011010110111100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55978F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,151,143); }

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

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

 a { background-color: rgb(85,151,143); }

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

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

 span { border-color: rgb(85,151,143); }

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