Html Css Color HEX #52839C Hippie Blue

📋 copy color: '#52839C'

red 82 ◦ green 131 ◦ blue 156

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

Shades of Hippie Blue #52839C

Tints of Hippie Blue #52839C

RGB

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

 GREEN value IS 131 (51.56% from 255) = 35.5%

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

R = 22.22%
G = 35.5%
B = 42.28%

CMYK

 C value IS 0.47

 M value IS 0.16

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#52839C (or 0x52839C) is known color: Hippie Blue. HEX triplet: 52, 83 and 9C. RGB value is (82,131,156). Sum of RGB (Red+Green+Blue) = 82+131+156=369 (48% of max value = 765). Red value is 82 (32.42% from 255 or 22.22% from 369); Green value is 131 (51.56% from 255 or 35.50% from 369); Blue value is 156 (61.33% from 255 or 42.28% from 369); Max value from RGB is 156 - color contains mainly: blue. Hex color #52839C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #52839C is #AD7C63. Grayscale: #777777. Windows color (decimal): -11369572 or 10257234. OLE color: 10257234.

HSL color Cylindrical-coordinate representation of color #52839C: hue angle of 200.27º 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 #52839C is Cyan = 0.47, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 82 131 156 -
CMYK 0.47 0.16 0 0.39
HSL 200.27º 0.31% 0.47% -
HSV(B) 200.27º 0.47% 0.61% -
XYZ 17.6 20.43 34.47 -
YUV 119.2 148.77 101.47 -
System Red Green Blue C M Y K H S L
Decimal 82 131 156 0.47 0.16 0 0.39 200.27 0.31 0.47
Hex 52 83 9C 2F 10 0 27 C8 1F 2F
Octal 122 203 234 57 20 0 47 310 37 57
Binary 1010010 10000011 10011100 101111 10000 0 100111 11001000 11111 101111

Color Harmonies of #52839C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52839C

Black with #52839C

Text Example


Text Example

White with #52839C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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