#527E9A

Color #527E9A Hippie Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hippie Blue #527E9A

Tints of Hippie Blue #527E9A

Color information

#527E9A (or 0x527E9A) is unknown color: approx Hippie Blue. HEX triplet: 52, 7E and 9A. RGB value is (82,126,154). Sum of RGB (Red+Green+Blue) = 82+126+154=362 (47% of max value = 765). Red value is 82 (32.42% from 255 or 22.65% from 362); Green value is 126 (49.61% from 255 or 34.81% from 362); Blue value is 154 (60.55% from 255 or 42.54% from 362); Max value from RGB is 154 - color contains mainly: blue. Hex color #527E9A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #527E9A is #AD8165. Grayscale: #737373. Windows color (decimal): -11370854 or 10124882. OLE color: 10124882.

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

Color convert

RGB82126154-
CMYK0.470.1800.40
HSL203.33º30.51%46.27%-
HSV(B)203.33º46.75%60.39%-
XYZ16.7719.0533.36-
YUV116.04149.42103.72-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 22.65%
GREEN value IS 126 (49.61% from 255) = 34.81%
BLUE value IS 154 (60.55% from 255) = 42.54%
R=22.65%
G=34.81%
B=42.54%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal821261540.470.1800.40203.3330.5146.27
Hex527E9A2F12028cb1f2e
Octal12217623257220503133756
Binary10100101111110100110101011111001001010001100101111111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #527E9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #527E9A;
 }
 .AnyTagClassName
 {
   color: #527E9A;
 }
</style>
background-color css

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

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

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

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

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

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