#54989B

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

Shades of Half Baked #54989B

Tints of Half Baked #54989B

Color information

#54989B (or 0x54989B) is unknown color: approx Half Baked. HEX triplet: 54, 98 and 9B. RGB value is (84,152,155). Sum of RGB (Red+Green+Blue) = 84+152+155=391 (51% of max value = 765). Red value is 84 (33.20% from 255 or 21.48% from 391); Green value is 152 (59.77% from 255 or 38.87% from 391); Blue value is 155 (60.94% from 255 or 39.64% from 391); Max value from RGB is 155 - color contains mainly: blue. Hex color #54989B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #54989B is #AB6764. Grayscale: #838383. Windows color (decimal): -11233125 or 10197076. OLE color: 10197076.

HSL color Cylindrical-coordinate representation of color #54989B: hue angle of 182.54º degrees, saturation: 0.3, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #54989B is Cyan = 0.46, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB84152155-
CMYK0.460.0200.39
HSL182.54º29.71%46.86%-
HSV(B)182.54º45.81%60.78%-
XYZ20.826.7135.07-
YUV132.01140.9793.76-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 21.48%
GREEN value IS 152 (59.77% from 255) = 38.87%
BLUE value IS 155 (60.94% from 255) = 39.64%
R=21.48%
G=38.87%
B=39.64%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal841521550.460.0200.39182.5429.7146.86
Hex54989B2E2027b71e2f
Octal1242302335620472673657
Binary101010010011000100110111011101001001111011011111110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54989B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #54989B; }

 p { color: rgb(84,152,155); }

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

<style>
 a { background-color: #54989B; }

 a { background-color: rgb(84,152,155); }

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

<style>
 span { border-color: #54989B; }

 span { border-color: rgb(84,152,155); }

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