#54958E

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

Shades of Half Baked #54958E

Tints of Half Baked #54958E

Color information

#54958E (or 0x54958E) is unknown color: approx Half Baked. HEX triplet: 54, 95 and 8E. RGB value is (84,149,142). Sum of RGB (Red+Green+Blue) = 84+149+142=375 (49% of max value = 765). Red value is 84 (33.20% from 255 or 22.4% from 375); Green value is 149 (58.59% from 255 or 39.73% from 375); Blue value is 142 (55.86% from 255 or 37.87% from 375); Max value from RGB is 149 - color contains mainly: green. Hex color #54958E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #54958E is #AB6A71. Grayscale: #808080. Windows color (decimal): -11233906 or 9344340. OLE color: 9344340.

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

Color convert

RGB84149142-
CMYK0.4400.050.42
HSL173.54º27.9%45.69%-
HSV(B)173.54º43.62%58.43%-
XYZ19.2925.3329.46-
YUV128.77135.4796.07-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 22.4%
GREEN value IS 149 (58.59% from 255) = 39.73%
BLUE value IS 142 (55.86% from 255) = 37.87%
R=22.4%
G=39.73%
B=37.87%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal841491420.4400.050.42173.5427.945.69
Hex54958E2C052Aae1c2e
Octal1242252165405522563456
Binary1010100100101011000111010110001011010101010111011100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54958E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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