Html Css Color HEX #52829B Hippie Blue

📋 copy color: '#52829B'

red 82 ◦ green 130 ◦ blue 155

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

Shades of Hippie Blue #52829B

Tints of Hippie Blue #52829B

RGB

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

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

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

R = 22.34%
G = 35.42%
B = 42.23%

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

#52829B (or 0x52829B) is known color: Hippie Blue. HEX triplet: 52, 82 and 9B. RGB value is (82,130,155). Sum of RGB (Red+Green+Blue) = 82+130+155=367 (48% of max value = 765). Red value is 82 (32.42% from 255 or 22.34% from 367); Green value is 130 (51.17% from 255 or 35.42% from 367); Blue value is 155 (60.94% from 255 or 42.23% from 367); Max value from RGB is 155 - color contains mainly: blue. Hex color #52829B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #52829B is #AD7D64. Grayscale: #767676. Windows color (decimal): -11369829 or 10191442. OLE color: 10191442.

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

Color convert

RGB 82 130 155 -
CMYK 0.47 0.16 0 0.39
HSL 200.55º 0.31% 0.46% -
HSV(B) 200.55º 0.47% 0.61% -
XYZ 17.38 20.13 33.98 -
YUV 118.5 148.6 101.97 -
System Red Green Blue C M Y K H S L
Decimal 82 130 155 0.47 0.16 0 0.39 200.55 0.31 0.46
Hex 52 82 9B 2F 10 0 27 C9 1F 2E
Octal 122 202 233 57 20 0 47 311 37 56
Binary 1010010 10000010 10011011 101111 10000 0 100111 11001001 11111 101110

Color Harmonies of #52829B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52829B

Black with #52829B

Text Example


Text Example

White with #52829B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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