Html Css Color HEX #52819C Hippie Blue

📋 copy color: '#52819C'

red 82 ◦ green 129 ◦ blue 156

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

Shades of Hippie Blue #52819C

Tints of Hippie Blue #52819C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 42.51%

R = 22.34%
G = 35.15%
B = 42.51%

CMYK

 C value IS 0.47

 M value IS 0.17

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#52819C (or 0x52819C) is known color: Hippie Blue. HEX triplet: 52, 81 and 9C. RGB value is (82,129,156). Sum of RGB (Red+Green+Blue) = 82+129+156=367 (48% of max value = 765). Red value is 82 (32.42% from 255 or 22.34% from 367); Green value is 129 (50.78% from 255 or 35.15% from 367); Blue value is 156 (61.33% from 255 or 42.51% from 367); Max value from RGB is 156 - color contains mainly: blue. Hex color #52819C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #52819C is #AD7E63. Grayscale: #757575. Windows color (decimal): -11370084 or 10256722. OLE color: 10256722.

HSL color Cylindrical-coordinate representation of color #52819C: hue angle of 201.89º degrees, saturation: 0.31, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #52819C is Cyan = 0.47, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 82 129 156 -
CMYK 0.47 0.17 0 0.39
HSL 201.89º 0.31% 0.47% -
HSV(B) 201.89º 0.47% 0.61% -
XYZ 17.33 19.89 34.38 -
YUV 118.03 149.43 102.3 -
System Red Green Blue C M Y K H S L
Decimal 82 129 156 0.47 0.17 0 0.39 201.89 0.31 0.47
Hex 52 81 9C 2F 11 0 27 CA 1F 2F
Octal 122 201 234 57 21 0 47 312 37 57
Binary 1010010 10000001 10011100 101111 10001 0 100111 11001010 11111 101111

Color Harmonies of #52819C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52819C

Black with #52819C

Text Example


Text Example

White with #52819C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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