Html Css Color HEX #53829A Hippie Blue

📋 copy color: '#53829A'

red 83 ◦ green 130 ◦ blue 154

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

Shades of Hippie Blue #53829A

Tints of Hippie Blue #53829A

RGB

 RED value IS 83 (32.81% from 255) = 22.62%

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

 BLUE value IS 154 (60.55% from 255) = 41.96%

R = 22.62%
G = 35.42%
B = 41.96%

CMYK

 C value IS 0.46

 M value IS 0.16

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#53829A (or 0x53829A) is known color: Hippie Blue. HEX triplet: 53, 82 and 9A. RGB value is (83,130,154). Sum of RGB (Red+Green+Blue) = 83+130+154=367 (48% of max value = 765). Red value is 83 (32.81% from 255 or 22.62% from 367); Green value is 130 (51.17% from 255 or 35.42% 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 #53829A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #53829A is #AC7D65. Grayscale: #767676. Windows color (decimal): -11304294 or 10125907. OLE color: 10125907.

HSL color Cylindrical-coordinate representation of color #53829A: hue angle of 200.28º degrees, saturation: 0.3, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #53829A is Cyan = 0.46, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 83 130 154 -
CMYK 0.46 0.16 0 0.40
HSL 200.28º 0.3% 0.46% -
HSV(B) 200.28º 0.46% 0.6% -
XYZ 17.38 20.14 33.54 -
YUV 118.68 147.93 102.55 -
System Red Green Blue C M Y K H S L
Decimal 83 130 154 0.46 0.16 0 0.40 200.28 0.3 0.46
Hex 53 82 9A 2E 10 0 28 C8 1E 2E
Octal 123 202 232 56 20 0 50 310 36 56
Binary 1010011 10000010 10011010 101110 10000 0 101000 11001000 11110 101110

Color Harmonies of #53829A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53829A

Black with #53829A

Text Example


Text Example

White with #53829A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #53829A;
 }
 .AnyTagClassName
 {
   color: #53829A;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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