#54838C

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

Shades of Half Baked #54838C

Tints of Half Baked #54838C

Color information

#54838C (or 0x54838C) is unknown color: approx Half Baked. HEX triplet: 54, 83 and 8C. RGB value is (84,131,140). Sum of RGB (Red+Green+Blue) = 84+131+140=355 (47% of max value = 765). Red value is 84 (33.20% from 255 or 23.66% from 355); Green value is 131 (51.56% from 255 or 36.90% from 355); Blue value is 140 (55.08% from 255 or 39.44% from 355); Max value from RGB is 140 - color contains mainly: blue. Hex color #54838C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #54838C is #AB7C73. Grayscale: #757575. Windows color (decimal): -11238516 or 9208660. OLE color: 9208660.

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

Color convert

RGB84131140-
CMYK0.40.0600.45
HSL189.64º25%43.92%-
HSV(B)189.64º40%54.9%-
XYZ16.5120.0127.8-
YUV117.97140.43103.77-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 23.66%
GREEN value IS 131 (51.56% from 255) = 36.90%
BLUE value IS 140 (55.08% from 255) = 39.44%
R=23.66%
G=36.90%
B=39.44%

CMYK

C (Cyan) values IS 0.4
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal841311400.40.0600.45189.642543.92
Hex54838C28602Dbe192c
Octal1242032145060552763154
Binary1010100100000111000110010100011001011011011111011001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54838C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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