#54868D

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

Shades of Half Baked #54868D

Tints of Half Baked #54868D

Color information

#54868D (or 0x54868D) is unknown color: approx Half Baked. HEX triplet: 54, 86 and 8D. RGB value is (84,134,141). Sum of RGB (Red+Green+Blue) = 84+134+141=359 (47% of max value = 765). Red value is 84 (33.20% from 255 or 23.40% from 359); Green value is 134 (52.73% from 255 or 37.33% from 359); Blue value is 141 (55.47% from 255 or 39.28% from 359); Max value from RGB is 141 - color contains mainly: blue. Hex color #54868D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #54868D is #AB7972. Grayscale: #777777. Windows color (decimal): -11237747 or 9274964. OLE color: 9274964.

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

Color convert

RGB84134141-
CMYK0.400.0500.45
HSL187.37º25.33%44.12%-
HSV(B)187.37º40.43%55.29%-
XYZ16.9920.8628.33-
YUV119.85139.94102.43-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 23.40%
GREEN value IS 134 (52.73% from 255) = 37.33%
BLUE value IS 141 (55.47% from 255) = 39.28%
R=23.40%
G=37.33%
B=39.28%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal841341410.400.0500.45187.3725.3344.12
Hex54868D28502Dbb192c
Octal1242062155050552733154
Binary1010100100001101000110110100010101011011011101111001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54868D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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