#54829A

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

Shades of Hippie Blue #54829A

Tints of Hippie Blue #54829A

Color information

#54829A (or 0x54829A) is unknown color: approx Hippie Blue. HEX triplet: 54, 82 and 9A. RGB value is (84,130,154). Sum of RGB (Red+Green+Blue) = 84+130+154=368 (48% of max value = 765). Red value is 84 (33.20% from 255 or 22.83% from 368); Green value is 130 (51.17% from 255 or 35.33% from 368); Blue value is 154 (60.55% from 255 or 41.85% from 368); Max value from RGB is 154 - color contains mainly: blue. Hex color #54829A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #54829A is #AB7D65. Grayscale: #767676. Windows color (decimal): -11238758 or 10125908. OLE color: 10125908.

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

Color convert

RGB84130154-
CMYK0.450.1600.40
HSL200.57º29.41%46.67%-
HSV(B)200.57º45.45%60.39%-
XYZ17.4720.1833.55-
YUV118.98147.76103.05-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 22.83%
GREEN value IS 130 (51.17% from 255) = 35.33%
BLUE value IS 154 (60.55% from 255) = 41.85%
R=22.83%
G=35.33%
B=41.85%

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
Decimal841301540.450.1600.40200.5729.4146.67
Hex54829A2D10028c91d2f
Octal12420223255200503113557
Binary101010010000010100110101011011000001010001100100111101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54829A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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