#54868B

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

Shades of Half Baked #54868B

Tints of Half Baked #54868B

Color information

#54868B (or 0x54868B) is unknown color: approx Half Baked. HEX triplet: 54, 86 and 8B. RGB value is (84,134,139). Sum of RGB (Red+Green+Blue) = 84+134+139=357 (47% of max value = 765). Red value is 84 (33.20% from 255 or 23.53% from 357); Green value is 134 (52.73% from 255 or 37.54% from 357); Blue value is 139 (54.69% from 255 or 38.94% from 357); Max value from RGB is 139 - color contains mainly: blue. Hex color #54868B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #54868B is #AB7974. Grayscale: #777777. Windows color (decimal): -11237749 or 9143892. OLE color: 9143892.

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

Color convert

RGB84134139-
CMYK0.400.0400.45
HSL185.45º24.66%43.73%-
HSV(B)185.45º39.57%54.51%-
XYZ16.8420.827.55-
YUV119.62138.94102.59-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 23.53%
GREEN value IS 134 (52.73% from 255) = 37.54%
BLUE value IS 139 (54.69% from 255) = 38.94%
R=23.53%
G=37.54%
B=38.94%

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
Decimal841341390.400.0400.45185.4524.6643.73
Hex54868B28402Db9192c
Octal1242062135040552713154
Binary1010100100001101000101110100010001011011011100111001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54868B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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