#528492

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

Shades of Hippie Blue #528492

Tints of Hippie Blue #528492

Color information

#528492 (or 0x528492) is unknown color: approx Hippie Blue. HEX triplet: 52, 84 and 92. RGB value is (82,132,146). Sum of RGB (Red+Green+Blue) = 82+132+146=360 (47% of max value = 765). Red value is 82 (32.42% from 255 or 22.78% from 360); Green value is 132 (51.95% from 255 or 36.67% from 360); Blue value is 146 (57.42% from 255 or 40.56% from 360); Max value from RGB is 146 - color contains mainly: blue. Hex color #528492 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #528492 is #AD7B6D. Grayscale: #767676. Windows color (decimal): -11369326 or 9602130. OLE color: 9602130.

HSL color Cylindrical-coordinate representation of color #528492: hue angle of 193.12º degrees, saturation: 0.28, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #528492 is Cyan = 0.44, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB82132146-
CMYK0.440.1000.43
HSL193.12º28.07%44.71%-
HSV(B)193.12º43.84%57.25%-
XYZ16.9220.3730.23-
YUV118.65143.44101.86-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 22.78%
GREEN value IS 132 (51.95% from 255) = 36.67%
BLUE value IS 146 (57.42% from 255) = 40.56%
R=22.78%
G=36.67%
B=40.56%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal821321460.440.1000.43193.1228.0744.71
Hex5284922CA02Bc11c2d
Octal12220422254120533013455
Binary10100101000010010010010101100101001010111100000111100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #528492

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #528492; }

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

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

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

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

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

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

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

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