#528495

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

Shades of Hippie Blue #528495

Tints of Hippie Blue #528495

Color information

#528495 (or 0x528495) is unknown color: approx Hippie Blue. HEX triplet: 52, 84 and 95. RGB value is (82,132,149). Sum of RGB (Red+Green+Blue) = 82+132+149=363 (48% of max value = 765). Red value is 82 (32.42% from 255 or 22.59% from 363); Green value is 132 (51.95% from 255 or 36.36% from 363); Blue value is 149 (58.59% from 255 or 41.05% from 363); Max value from RGB is 149 - color contains mainly: blue. Hex color #528495 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #528495 is #AD7B6A. Grayscale: #767676. Windows color (decimal): -11369323 or 9798738. OLE color: 9798738.

HSL color Cylindrical-coordinate representation of color #528495: hue angle of 195.22º degrees, saturation: 0.29, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #528495 is Cyan = 0.45, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB82132149-
CMYK0.450.1100.42
HSL195.22º29%45.29%-
HSV(B)195.22º44.97%58.43%-
XYZ17.1620.4731.48-
YUV118.99144.94101.62-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 22.59%
GREEN value IS 132 (51.95% from 255) = 36.36%
BLUE value IS 149 (58.59% from 255) = 41.05%
R=22.59%
G=36.36%
B=41.05%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal821321490.450.1100.42195.222945.29
Hex5284952DB02Ac31d2d
Octal12220422555130523033555
Binary10100101000010010010101101101101101010101100001111101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #528495

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #528495; }

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

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

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

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

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

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

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

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