#54859A

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

Shades of Hippie Blue #54859A

Tints of Hippie Blue #54859A

Color information

#54859A (or 0x54859A) is unknown color: approx Hippie Blue. HEX triplet: 54, 85 and 9A. RGB value is (84,133,154). Sum of RGB (Red+Green+Blue) = 84+133+154=371 (49% of max value = 765). Red value is 84 (33.20% from 255 or 22.64% from 371); Green value is 133 (52.34% from 255 or 35.85% from 371); Blue value is 154 (60.55% from 255 or 41.51% from 371); Max value from RGB is 154 - color contains mainly: blue. Hex color #54859A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #54859A is #AB7A65. Grayscale: #787878. Windows color (decimal): -11237990 or 10126676. OLE color: 10126676.

HSL color Cylindrical-coordinate representation of color #54859A: hue angle of 198º degrees, saturation: 0.29, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #54859A is Cyan = 0.45, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB84133154-
CMYK0.450.1400.40
HSL198º29.41%46.67%-
HSV(B)198º45.45%60.39%-
XYZ17.8820.9933.68-
YUV120.74146.77101.79-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 22.64%
GREEN value IS 133 (52.34% from 255) = 35.85%
BLUE value IS 154 (60.55% from 255) = 41.51%
R=22.64%
G=35.85%
B=41.51%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal841331540.450.1400.4019829.4146.67
Hex54859A2DE028c61d2f
Octal12420523255160503063557
Binary10101001000010110011010101101111001010001100011011101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54859A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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