#54848D

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

Shades of Half Baked #54848D

Tints of Half Baked #54848D

Color information

#54848D (or 0x54848D) is unknown color: approx Half Baked. HEX triplet: 54, 84 and 8D. RGB value is (84,132,141). Sum of RGB (Red+Green+Blue) = 84+132+141=357 (47% of max value = 765). Red value is 84 (33.20% from 255 or 23.53% from 357); Green value is 132 (51.95% from 255 or 36.97% from 357); Blue value is 141 (55.47% from 255 or 39.50% from 357); Max value from RGB is 141 - color contains mainly: blue. Hex color #54848D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #54848D is #AB7B72. Grayscale: #767676. Windows color (decimal): -11238259 or 9274452. OLE color: 9274452.

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

Color convert

RGB84132141-
CMYK0.400.0600.45
HSL189.47º25.33%44.12%-
HSV(B)189.47º40.43%55.29%-
XYZ16.7220.3128.24-
YUV118.67140.6103.27-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 23.53%
GREEN value IS 132 (51.95% from 255) = 36.97%
BLUE value IS 141 (55.47% from 255) = 39.50%
R=23.53%
G=36.97%
B=39.50%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal841321410.400.0600.45189.4725.3344.12
Hex54848D28602Dbd192c
Octal1242042155060552753154
Binary1010100100001001000110110100011001011011011110111001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54848D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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