#54959C

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

Shades of Half Baked #54959C

Tints of Half Baked #54959C

Color information

#54959C (or 0x54959C) is unknown color: approx Half Baked. HEX triplet: 54, 95 and 9C. RGB value is (84,149,156). Sum of RGB (Red+Green+Blue) = 84+149+156=389 (51% of max value = 765). Red value is 84 (33.20% from 255 or 21.59% from 389); Green value is 149 (58.59% from 255 or 38.30% from 389); Blue value is 156 (61.33% from 255 or 40.10% from 389); Max value from RGB is 156 - color contains mainly: blue. Hex color #54959C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #54959C is #AB6A63. Grayscale: #828282. Windows color (decimal): -11233892 or 10261844. OLE color: 10261844.

HSL color Cylindrical-coordinate representation of color #54959C: hue angle of 185.83º degrees, saturation: 0.3, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #54959C is Cyan = 0.46, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB84149156-
CMYK0.460.0400.39
HSL185.83º30%47.06%-
HSV(B)185.83º46.15%61.18%-
XYZ20.425.7835.35-
YUV130.36142.4794.93-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 21.59%
GREEN value IS 149 (58.59% from 255) = 38.30%
BLUE value IS 156 (61.33% from 255) = 40.10%
R=21.59%
G=38.30%
B=40.10%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal841491560.460.0400.39185.833047.06
Hex54959C2E4027ba1e2f
Octal1242252345640472723657
Binary1010100100101011001110010111010001001111011101011110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54959C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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