#54858B

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

Shades of Half Baked #54858B

Tints of Half Baked #54858B

Color information

#54858B (or 0x54858B) is unknown color: approx Half Baked. HEX triplet: 54, 85 and 8B. RGB value is (84,133,139). Sum of RGB (Red+Green+Blue) = 84+133+139=356 (47% of max value = 765). Red value is 84 (33.20% from 255 or 23.60% from 356); Green value is 133 (52.34% from 255 or 37.36% from 356); Blue value is 139 (54.69% from 255 or 39.04% from 356); Max value from RGB is 139 - color contains mainly: blue. Hex color #54858B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #54858B is #AB7A74. Grayscale: #767676. Windows color (decimal): -11238005 or 9143636. OLE color: 9143636.

HSL color Cylindrical-coordinate representation of color #54858B: hue angle of 186.55º degrees, saturation: 0.25, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #54858B is Cyan = 0.40, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB84133139-
CMYK0.400.0400.45
HSL186.55º24.66%43.73%-
HSV(B)186.55º39.57%54.51%-
XYZ16.720.5227.51-
YUV119.03139.27103.01-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 23.60%
GREEN value IS 133 (52.34% from 255) = 37.36%
BLUE value IS 139 (54.69% from 255) = 39.04%
R=23.60%
G=37.36%
B=39.04%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal841331390.400.0400.45186.5524.6643.73
Hex54858B28402Dbb192c
Octal1242052135040552733154
Binary1010100100001011000101110100010001011011011101111001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54858B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #54858B; }

 p { color: rgb(84,133,139); }

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

<style>
 a { background-color: #54858B; }

 a { background-color: rgb(84,133,139); }

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

<style>
 span { border-color: #54858B; }

 span { border-color: rgb(84,133,139); }

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