#54878B

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

Shades of Half Baked #54878B

Tints of Half Baked #54878B

Color information

#54878B (or 0x54878B) is unknown color: approx Half Baked. HEX triplet: 54, 87 and 8B. RGB value is (84,135,139). Sum of RGB (Red+Green+Blue) = 84+135+139=358 (47% of max value = 765). Red value is 84 (33.20% from 255 or 23.46% from 358); Green value is 135 (53.12% from 255 or 37.71% from 358); Blue value is 139 (54.69% from 255 or 38.83% from 358); Max value from RGB is 139 - color contains mainly: blue. Hex color #54878B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #54878B is #AB7874. Grayscale: #787878. Windows color (decimal): -11237493 or 9144148. OLE color: 9144148.

HSL color Cylindrical-coordinate representation of color #54878B: hue angle of 184.36º 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 #54878B is Cyan = 0.40, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB84135139-
CMYK0.400.0300.45
HSL184.36º24.66%43.73%-
HSV(B)184.36º39.57%54.51%-
XYZ16.9821.0827.6-
YUV120.21138.6102.17-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 23.46%
GREEN value IS 135 (53.12% from 255) = 37.71%
BLUE value IS 139 (54.69% from 255) = 38.83%
R=23.46%
G=37.71%
B=38.83%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal841351390.400.0300.45184.3624.6643.73
Hex54878B28302Db8192c
Octal1242072135030552703154
Binary101010010000111100010111010001101011011011100011001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54878B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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