#54968F

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

Shades of Half Baked #54968F

Tints of Half Baked #54968F

Color information

#54968F (or 0x54968F) is unknown color: approx Half Baked. HEX triplet: 54, 96 and 8F. RGB value is (84,150,143). Sum of RGB (Red+Green+Blue) = 84+150+143=377 (49% of max value = 765). Red value is 84 (33.20% from 255 or 22.28% from 377); Green value is 150 (58.98% from 255 or 39.79% from 377); Blue value is 143 (56.25% from 255 or 37.93% from 377); Max value from RGB is 150 - color contains mainly: green. Hex color #54968F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #54968F is #AB6970. Grayscale: #818181. Windows color (decimal): -11233649 or 9410132. OLE color: 9410132.

HSL color Cylindrical-coordinate representation of color #54968F: hue angle of 173.64º 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 #54968F is Cyan = 0.44, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.41.

Color convert

RGB84150143-
CMYK0.4400.050.41
HSL173.64º28.21%45.88%-
HSV(B)173.64º44%58.82%-
XYZ19.5225.6829.91-
YUV129.47135.6395.57-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 22.28%
GREEN value IS 150 (58.98% from 255) = 39.79%
BLUE value IS 143 (56.25% from 255) = 37.93%
R=22.28%
G=39.79%
B=37.93%

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
Decimal841501430.4400.050.41173.6428.2145.88
Hex54968F2C0529ae1c2e
Octal1242262175405512563456
Binary1010100100101101000111110110001011010011010111011100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54968F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(84,150,143); }

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

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

 a { background-color: rgb(84,150,143); }

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

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

 span { border-color: rgb(84,150,143); }

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