Html Css Color HEX #54829A Hippie Blue

📋 copy color: '#54829A'

red 84 ◦ green 130 ◦ blue 154

#54829A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Hippie Blue #54829A

Tints of Hippie Blue #54829A

RGB

 RED value IS 84 (33.2% 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 value IS 0.45

 M value IS 0.16

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#54829A (or 0x54829A) is known color: 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

RGB 84 130 154 -
CMYK 0.45 0.16 0 0.40
HSL 200.57º 0.29% 0.47% -
HSV(B) 200.57º 0.45% 0.6% -
XYZ 17.47 20.18 33.55 -
YUV 118.98 147.76 103.05 -
System Red Green Blue C M Y K H S L
Decimal 84 130 154 0.45 0.16 0 0.40 200.57 0.29 0.47
Hex 54 82 9A 2D 10 0 28 C9 1D 2F
Octal 124 202 232 55 20 0 50 311 35 57
Binary 1010100 10000010 10011010 101101 10000 0 101000 11001001 11101 101111

Color Harmonies of #54829A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54829A

Black with #54829A

Text Example


Text Example

White with #54829A

Text Example


Text Example

HTML Codes & Css Web 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>