Html Css Color HEX #52819A Hippie Blue

📋 copy color: '#52819A'

red 82 ◦ green 129 ◦ blue 154

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

Shades of Hippie Blue #52819A

Tints of Hippie Blue #52819A

RGB

 RED value IS 82 (32.42% from 255) = 22.47%

 GREEN value IS 129 (50.78% from 255) = 35.34%

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

R = 22.47%
G = 35.34%
B = 42.19%

CMYK

 C value IS 0.47

 M value IS 0.16

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#52819A (or 0x52819A) is known color: Hippie Blue. HEX triplet: 52, 81 and 9A. RGB value is (82,129,154). Sum of RGB (Red+Green+Blue) = 82+129+154=365 (48% of max value = 765). Red value is 82 (32.42% from 255 or 22.47% from 365); Green value is 129 (50.78% from 255 or 35.34% from 365); Blue value is 154 (60.55% from 255 or 42.19% from 365); Max value from RGB is 154 - color contains mainly: blue. Hex color #52819A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #52819A is #AD7E65. Grayscale: #757575. Windows color (decimal): -11370086 or 10125650. OLE color: 10125650.

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

Color convert

RGB 82 129 154 -
CMYK 0.47 0.16 0 0.40
HSL 200.83º 0.31% 0.46% -
HSV(B) 200.83º 0.47% 0.6% -
XYZ 17.16 19.83 33.49 -
YUV 117.8 148.43 102.47 -
System Red Green Blue C M Y K H S L
Decimal 82 129 154 0.47 0.16 0 0.40 200.83 0.31 0.46
Hex 52 81 9A 2F 10 0 28 C9 1F 2E
Octal 122 201 232 57 20 0 50 311 37 56
Binary 1010010 10000001 10011010 101111 10000 0 101000 11001001 11111 101110

Color Harmonies of #52819A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52819A

Black with #52819A

Text Example


Text Example

White with #52819A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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