#54888C

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

Shades of Half Baked #54888C

Tints of Half Baked #54888C

Color information

#54888C (or 0x54888C) is unknown color: approx Half Baked. HEX triplet: 54, 88 and 8C. RGB value is (84,136,140). Sum of RGB (Red+Green+Blue) = 84+136+140=360 (47% of max value = 765). Red value is 84 (33.20% from 255 or 23.33% from 360); Green value is 136 (53.52% from 255 or 37.78% from 360); Blue value is 140 (55.08% from 255 or 38.89% from 360); Max value from RGB is 140 - color contains mainly: blue. Hex color #54888C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #54888C is #AB7773. Grayscale: #787878. Windows color (decimal): -11237236 or 9209940. OLE color: 9209940.

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

Color convert

RGB84136140-
CMYK0.40.0300.45
HSL184.29º25%43.92%-
HSV(B)184.29º40%54.9%-
XYZ17.1921.3928.03-
YUV120.91138.77101.67-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 23.33%
GREEN value IS 136 (53.52% from 255) = 37.78%
BLUE value IS 140 (55.08% from 255) = 38.89%
R=23.33%
G=37.78%
B=38.89%

CMYK

C (Cyan) values IS 0.4
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal841361400.40.0300.45184.292543.92
Hex54888C28302Db8192c
Octal1242102145030552703154
Binary101010010001000100011001010001101011011011100011001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54888C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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