#54959E

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

Shades of Half Baked #54959E

Tints of Half Baked #54959E

Color information

#54959E (or 0x54959E) is unknown color: approx Half Baked. HEX triplet: 54, 95 and 9E. RGB value is (84,149,158). Sum of RGB (Red+Green+Blue) = 84+149+158=391 (51% of max value = 765). Red value is 84 (33.20% from 255 or 21.48% from 391); Green value is 149 (58.59% from 255 or 38.11% from 391); Blue value is 158 (62.11% from 255 or 40.41% from 391); Max value from RGB is 158 - color contains mainly: blue. Hex color #54959E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #54959E is #AB6A61. Grayscale: #828282. Windows color (decimal): -11233890 or 10392916. OLE color: 10392916.

HSL color Cylindrical-coordinate representation of color #54959E: hue angle of 187.3º degrees, saturation: 0.31, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #54959E is Cyan = 0.47, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB84149158-
CMYK0.470.0600.38
HSL187.3º30.58%47.45%-
HSV(B)187.3º46.84%61.96%-
XYZ20.5825.8536.25-
YUV130.59143.4794.77-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 21.48%
GREEN value IS 149 (58.59% from 255) = 38.11%
BLUE value IS 158 (62.11% from 255) = 40.41%
R=21.48%
G=38.11%
B=40.41%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal841491580.470.0600.38187.330.5847.45
Hex54959E2F6026bb1f2f
Octal1242252365760462733757
Binary1010100100101011001111010111111001001101011101111111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54959E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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