Html Css Color HEX #54829B Hippie Blue

📋 copy color: '#54829B'

red 84 ◦ green 130 ◦ blue 155

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

Shades of Hippie Blue #54829B

Tints of Hippie Blue #54829B

RGB

 RED value IS 84 (33.2% from 255) = 22.76%

 GREEN value IS 130 (51.17% from 255) = 35.23%

 BLUE value IS 155 (60.94% from 255) = 42.01%

R = 22.76%
G = 35.23%
B = 42.01%

CMYK

 C value IS 0.46

 M value IS 0.16

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#54829B (or 0x54829B) is known color: Hippie Blue. HEX triplet: 54, 82 and 9B. RGB value is (84,130,155). Sum of RGB (Red+Green+Blue) = 84+130+155=369 (48% of max value = 765). Red value is 84 (33.20% from 255 or 22.76% from 369); Green value is 130 (51.17% from 255 or 35.23% from 369); Blue value is 155 (60.94% from 255 or 42.01% from 369); Max value from RGB is 155 - color contains mainly: blue. Hex color #54829B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #54829B is #AB7D64. Grayscale: #767676. Windows color (decimal): -11238757 or 10191444. OLE color: 10191444.

HSL color Cylindrical-coordinate representation of color #54829B: hue angle of 201.13º degrees, saturation: 0.3, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #54829B is Cyan = 0.46, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 84 130 155 -
CMYK 0.46 0.16 0 0.39
HSL 201.13º 0.3% 0.47% -
HSV(B) 201.13º 0.46% 0.61% -
XYZ 17.56 20.22 33.99 -
YUV 119.1 148.26 102.97 -
System Red Green Blue C M Y K H S L
Decimal 84 130 155 0.46 0.16 0 0.39 201.13 0.3 0.47
Hex 54 82 9B 2E 10 0 27 C9 1E 2F
Octal 124 202 233 56 20 0 47 311 36 57
Binary 1010100 10000010 10011011 101110 10000 0 100111 11001001 11110 101111

Color Harmonies of #54829B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54829B

Black with #54829B

Text Example


Text Example

White with #54829B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #54829B;
 }
 .AnyTagClassName
 {
   color: #54829B;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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