#54859B

Color #54859B Hippie Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hippie Blue #54859B

Tints of Hippie Blue #54859B

Color information

#54859B (or 0x54859B) is unknown color: approx Hippie Blue. HEX triplet: 54, 85 and 9B. RGB value is (84,133,155). Sum of RGB (Red+Green+Blue) = 84+133+155=372 (49% of max value = 765). Red value is 84 (33.20% from 255 or 22.58% from 372); Green value is 133 (52.34% from 255 or 35.75% from 372); Blue value is 155 (60.94% from 255 or 41.67% from 372); Max value from RGB is 155 - color contains mainly: blue. Hex color #54859B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #54859B is #AB7A64. Grayscale: #787878. Windows color (decimal): -11237989 or 10192212. OLE color: 10192212.

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

Color convert

RGB84133155-
CMYK0.460.1400.39
HSL198.59º29.71%46.86%-
HSV(B)198.59º45.81%60.78%-
XYZ17.9621.0334.12-
YUV120.86147.27101.71-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 22.58%
GREEN value IS 133 (52.34% from 255) = 35.75%
BLUE value IS 155 (60.94% from 255) = 41.67%
R=22.58%
G=35.75%
B=41.67%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal841331550.460.1400.39198.5929.7146.86
Hex54859B2EE027c71e2f
Octal12420523356160473073657
Binary10101001000010110011011101110111001001111100011111110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54859B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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