Html Css Color HEX #528297 Hippie Blue

📋 copy color: '#528297'

red 82 ◦ green 130 ◦ blue 151

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

Shades of Hippie Blue #528297

Tints of Hippie Blue #528297

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 41.6%

R = 22.59%
G = 35.81%
B = 41.6%

CMYK

 C value IS 0.46

 M value IS 0.14

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#528297 (or 0x528297) is known color: Hippie Blue. HEX triplet: 52, 82 and 97. RGB value is (82,130,151). Sum of RGB (Red+Green+Blue) = 82+130+151=363 (48% of max value = 765). Red value is 82 (32.42% from 255 or 22.59% from 363); Green value is 130 (51.17% from 255 or 35.81% from 363); Blue value is 151 (59.38% from 255 or 41.60% from 363); Max value from RGB is 151 - color contains mainly: blue. Hex color #528297 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #528297 is #AD7D68. Grayscale: #757575. Windows color (decimal): -11369833 or 9929298. OLE color: 9929298.

HSL color Cylindrical-coordinate representation of color #528297: hue angle of 198.26º degrees, saturation: 0.3, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #528297 is Cyan = 0.46, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 82 130 151 -
CMYK 0.46 0.14 0 0.41
HSL 198.26º 0.3% 0.46% -
HSV(B) 198.26º 0.46% 0.59% -
XYZ 17.05 19.99 32.24 -
YUV 118.04 146.6 102.29 -
System Red Green Blue C M Y K H S L
Decimal 82 130 151 0.46 0.14 0 0.41 198.26 0.3 0.46
Hex 52 82 97 2E E 0 29 C6 1E 2E
Octal 122 202 227 56 16 0 51 306 36 56
Binary 1010010 10000010 10010111 101110 1110 0 101001 11000110 11110 101110

Color Harmonies of #528297

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #528297

Black with #528297

Text Example


Text Example

White with #528297

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #528297; }

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

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

background-color css

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

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

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

border-color css

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

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

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