#54819A

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

Shades of Hippie Blue #54819A

Tints of Hippie Blue #54819A

Color information

#54819A (or 0x54819A) is unknown color: approx Hippie Blue. HEX triplet: 54, 81 and 9A. RGB value is (84,129,154). Sum of RGB (Red+Green+Blue) = 84+129+154=367 (48% of max value = 765). Red value is 84 (33.20% from 255 or 22.89% from 367); Green value is 129 (50.78% from 255 or 35.15% from 367); Blue value is 154 (60.55% from 255 or 41.96% from 367); Max value from RGB is 154 - color contains mainly: blue. Hex color #54819A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #54819A is #AB7E65. Grayscale: #767676. Windows color (decimal): -11239014 or 10125652. OLE color: 10125652.

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

Color convert

RGB84129154-
CMYK0.450.1600.40
HSL201.43º29.41%46.67%-
HSV(B)201.43º45.45%60.39%-
XYZ17.3419.9233.5-
YUV118.4148.09103.47-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 22.89%
GREEN value IS 129 (50.78% from 255) = 35.15%
BLUE value IS 154 (60.55% from 255) = 41.96%
R=22.89%
G=35.15%
B=41.96%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal841291540.450.1600.40201.4329.4146.67
Hex54819A2D10028c91d2f
Octal12420123255200503113557
Binary101010010000001100110101011011000001010001100100111101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54819A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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