#54939B

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

Shades of Half Baked #54939B

Tints of Half Baked #54939B

Color information

#54939B (or 0x54939B) is unknown color: approx Half Baked. HEX triplet: 54, 93 and 9B. RGB value is (84,147,155). Sum of RGB (Red+Green+Blue) = 84+147+155=386 (51% of max value = 765). Red value is 84 (33.20% from 255 or 21.76% from 386); Green value is 147 (57.81% from 255 or 38.08% from 386); Blue value is 155 (60.94% from 255 or 40.16% from 386); Max value from RGB is 155 - color contains mainly: blue. Hex color #54939B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #54939B is #AB6C64. Grayscale: #808080. Windows color (decimal): -11234405 or 10195796. OLE color: 10195796.

HSL color Cylindrical-coordinate representation of color #54939B: hue angle of 186.76º 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 #54939B is Cyan = 0.46, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB84147155-
CMYK0.460.0500.39
HSL186.76º29.71%46.86%-
HSV(B)186.76º45.81%60.78%-
XYZ20.0125.1234.8-
YUV129.07142.6395.85-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 21.76%
GREEN value IS 147 (57.81% from 255) = 38.08%
BLUE value IS 155 (60.94% from 255) = 40.16%
R=21.76%
G=38.08%
B=40.16%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal841471550.460.0500.39186.7629.7146.86
Hex54939B2E5027bb1e2f
Octal1242232335650472733657
Binary1010100100100111001101110111010101001111011101111110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54939B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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