#54809A

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

Shades of Hippie Blue #54809A

Tints of Hippie Blue #54809A

Color information

#54809A (or 0x54809A) is unknown color: approx Hippie Blue. HEX triplet: 54, 80 and 9A. RGB value is (84,128,154). Sum of RGB (Red+Green+Blue) = 84+128+154=366 (48% of max value = 765). Red value is 84 (33.20% from 255 or 22.95% from 366); Green value is 128 (50.39% from 255 or 34.97% from 366); Blue value is 154 (60.55% from 255 or 42.08% from 366); Max value from RGB is 154 - color contains mainly: blue. Hex color #54809A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #54809A is #AB7F65. Grayscale: #757575. Windows color (decimal): -11239270 or 10125396. OLE color: 10125396.

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

Color convert

RGB84128154-
CMYK0.450.1700.40
HSL202.29º29.41%46.67%-
HSV(B)202.29º45.45%60.39%-
XYZ17.2119.6633.46-
YUV117.81148.42103.89-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 22.95%
GREEN value IS 128 (50.39% from 255) = 34.97%
BLUE value IS 154 (60.55% from 255) = 42.08%
R=22.95%
G=34.97%
B=42.08%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal841281540.450.1700.40202.2929.4146.67
Hex54809A2D11028ca1d2f
Octal12420023255210503123557
Binary101010010000000100110101011011000101010001100101011101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54809A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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