#54888D

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

Shades of Half Baked #54888D

Tints of Half Baked #54888D

Color information

#54888D (or 0x54888D) is unknown color: approx Half Baked. HEX triplet: 54, 88 and 8D. RGB value is (84,136,141). Sum of RGB (Red+Green+Blue) = 84+136+141=361 (47% of max value = 765). Red value is 84 (33.20% from 255 or 23.27% from 361); Green value is 136 (53.52% from 255 or 37.67% from 361); Blue value is 141 (55.47% from 255 or 39.06% from 361); Max value from RGB is 141 - color contains mainly: blue. Hex color #54888D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #54888D is #AB7772. Grayscale: #787878. Windows color (decimal): -11237235 or 9275476. OLE color: 9275476.

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

Color convert

RGB84136141-
CMYK0.400.0400.45
HSL185.26º25.33%44.12%-
HSV(B)185.26º40.43%55.29%-
XYZ17.2721.4228.42-
YUV121.02139.27101.59-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 23.27%
GREEN value IS 136 (53.52% from 255) = 37.67%
BLUE value IS 141 (55.47% from 255) = 39.06%
R=23.27%
G=37.67%
B=39.06%

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
Decimal841361410.400.0400.45185.2625.3344.12
Hex54888D28402Db9192c
Octal1242102155040552713154
Binary1010100100010001000110110100010001011011011100111001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54888D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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