Html Css Color HEX #528497 Hippie Blue

📋 copy color: '#528497'

red 82 ◦ green 132 ◦ blue 151

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

Shades of Hippie Blue #528497

Tints of Hippie Blue #528497

RGB

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

 GREEN value IS 132 (51.95% from 255) = 36.16%

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

R = 22.47%
G = 36.16%
B = 41.37%

CMYK

 C value IS 0.46

 M value IS 0.13

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#528497 (or 0x528497) is known color: Hippie Blue. HEX triplet: 52, 84 and 97. RGB value is (82,132,151). Sum of RGB (Red+Green+Blue) = 82+132+151=365 (48% of max value = 765). Red value is 82 (32.42% from 255 or 22.47% from 365); Green value is 132 (51.95% from 255 or 36.16% from 365); Blue value is 151 (59.38% from 255 or 41.37% from 365); Max value from RGB is 151 - color contains mainly: blue. Hex color #528497 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #528497 is #AD7B68. Grayscale: #777777. Windows color (decimal): -11369321 or 9929810. OLE color: 9929810.

HSL color Cylindrical-coordinate representation of color #528497: hue angle of 196.52º 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 #528497 is Cyan = 0.46, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 82 132 151 -
CMYK 0.46 0.13 0 0.41
HSL 196.52º 0.3% 0.46% -
HSV(B) 196.52º 0.46% 0.59% -
XYZ 17.32 20.53 32.33 -
YUV 119.22 145.94 101.46 -
System Red Green Blue C M Y K H S L
Decimal 82 132 151 0.46 0.13 0 0.41 196.52 0.3 0.46
Hex 52 84 97 2E D 0 29 C5 1E 2E
Octal 122 204 227 56 15 0 51 305 36 56
Binary 1010010 10000100 10010111 101110 1101 0 101001 11000101 11110 101110

Color Harmonies of #528497

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #528497

Black with #528497

Text Example


Text Example

White with #528497

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #528497; }

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

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

background-color css

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

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

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

border-color css

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

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

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