#54898D

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

Shades of Half Baked #54898D

Tints of Half Baked #54898D

Color information

#54898D (or 0x54898D) is unknown color: approx Half Baked. HEX triplet: 54, 89 and 8D. RGB value is (84,137,141). Sum of RGB (Red+Green+Blue) = 84+137+141=362 (47% of max value = 765). Red value is 84 (33.20% from 255 or 23.20% from 362); Green value is 137 (53.91% from 255 or 37.85% from 362); Blue value is 141 (55.47% from 255 or 38.95% from 362); Max value from RGB is 141 - color contains mainly: blue. Hex color #54898D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #54898D is #AB7672. Grayscale: #797979. Windows color (decimal): -11236979 or 9275732. OLE color: 9275732.

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

Color convert

RGB84137141-
CMYK0.400.0300.45
HSL184.21º25.33%44.12%-
HSV(B)184.21º40.43%55.29%-
XYZ17.4121.728.47-
YUV121.61138.94101.17-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 23.20%
GREEN value IS 137 (53.91% from 255) = 37.85%
BLUE value IS 141 (55.47% from 255) = 38.95%
R=23.20%
G=37.85%
B=38.95%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal841371410.400.0300.45184.2125.3344.12
Hex54898D28302Db8192c
Octal1242112155030552703154
Binary101010010001001100011011010001101011011011100011001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54898D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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