Html Css Color HEX #527E97 Hippie Blue

📋 copy color: '#527E97'

red 82 ◦ green 126 ◦ blue 151

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

Shades of Hippie Blue #527E97

Tints of Hippie Blue #527E97

RGB

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

 GREEN value IS 126 (49.61% from 255) = 35.1%

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

R = 22.84%
G = 35.1%
B = 42.06%

CMYK

 C value IS 0.46

 M value IS 0.17

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#527E97 (or 0x527E97) is known color: Hippie Blue. HEX triplet: 52, 7E and 97. RGB value is (82,126,151). Sum of RGB (Red+Green+Blue) = 82+126+151=359 (47% of max value = 765). Red value is 82 (32.42% from 255 or 22.84% from 359); Green value is 126 (49.61% from 255 or 35.10% from 359); Blue value is 151 (59.38% from 255 or 42.06% from 359); Max value from RGB is 151 - color contains mainly: blue. Hex color #527E97 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #527E97 is #AD8168. Grayscale: #737373. Windows color (decimal): -11370857 or 9928274. OLE color: 9928274.

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

Color convert

RGB 82 126 151 -
CMYK 0.46 0.17 0 0.41
HSL 201.74º 0.3% 0.46% -
HSV(B) 201.74º 0.46% 0.59% -
XYZ 16.53 18.95 32.06 -
YUV 115.69 147.92 103.97 -
System Red Green Blue C M Y K H S L
Decimal 82 126 151 0.46 0.17 0 0.41 201.74 0.3 0.46
Hex 52 7E 97 2E 11 0 29 CA 1E 2E
Octal 122 176 227 56 21 0 51 312 36 56
Binary 1010010 1111110 10010111 101110 10001 0 101001 11001010 11110 101110

Color Harmonies of #527E97

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #527E97

Black with #527E97

Text Example


Text Example

White with #527E97

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #527E97; }

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

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

background-color css

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

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

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

border-color css

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

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

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