Html Css Color HEX #527E98 Hippie Blue

📋 copy color: '#527E98'

red 82 ◦ green 126 ◦ blue 152

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

Shades of Hippie Blue #527E98

Tints of Hippie Blue #527E98

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 42.22%

R = 22.78%
G = 35%
B = 42.22%

CMYK

 C value IS 0.46

 M value IS 0.17

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#527E98 (or 0x527E98) is known color: Hippie Blue. HEX triplet: 52, 7E and 98. RGB value is (82,126,152). Sum of RGB (Red+Green+Blue) = 82+126+152=360 (47% of max value = 765). Red value is 82 (32.42% from 255 or 22.78% from 360); Green value is 126 (49.61% from 255 or 35% from 360); Blue value is 152 (59.77% from 255 or 42.22% from 360); Max value from RGB is 152 - color contains mainly: blue. Hex color #527E98 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #527E98 is #AD8167. Grayscale: #737373. Windows color (decimal): -11370856 or 9993810. OLE color: 9993810.

HSL color Cylindrical-coordinate representation of color #527E98: hue angle of 202.29º degrees, saturation: 0.3, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #527E98 is Cyan = 0.46, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 82 126 152 -
CMYK 0.46 0.17 0 0.40
HSL 202.29º 0.3% 0.46% -
HSV(B) 202.29º 0.46% 0.6% -
XYZ 16.61 18.98 32.49 -
YUV 115.81 148.42 103.89 -
System Red Green Blue C M Y K H S L
Decimal 82 126 152 0.46 0.17 0 0.40 202.29 0.3 0.46
Hex 52 7E 98 2E 11 0 28 CA 1E 2E
Octal 122 176 230 56 21 0 50 312 36 56
Binary 1010010 1111110 10011000 101110 10001 0 101000 11001010 11110 101110

Color Harmonies of #527E98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #527E98

Black with #527E98

Text Example


Text Example

White with #527E98

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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