#528590

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

Shades of Hippie Blue #528590

Tints of Hippie Blue #528590

Color information

#528590 (or 0x528590) is unknown color: approx Hippie Blue. HEX triplet: 52, 85 and 90. RGB value is (82,133,144). Sum of RGB (Red+Green+Blue) = 82+133+144=359 (47% of max value = 765). Red value is 82 (32.42% from 255 or 22.84% from 359); Green value is 133 (52.34% from 255 or 37.05% from 359); Blue value is 144 (56.64% from 255 or 40.11% from 359); Max value from RGB is 144 - color contains mainly: blue. Hex color #528590 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #528590 is #AD7A6F. Grayscale: #767676. Windows color (decimal): -11369072 or 9471314. OLE color: 9471314.

HSL color Cylindrical-coordinate representation of color #528590: hue angle of 190.65º degrees, saturation: 0.27, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #528590 is Cyan = 0.43, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB82133144-
CMYK0.430.0800.44
HSL190.65º27.43%44.31%-
HSV(B)190.65º43.06%56.47%-
XYZ16.920.5829.47-
YUV119142.1101.61-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 22.84%
GREEN value IS 133 (52.34% from 255) = 37.05%
BLUE value IS 144 (56.64% from 255) = 40.11%
R=22.84%
G=37.05%
B=40.11%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal821331440.430.0800.44190.6527.4344.31
Hex5285902B802Cbf1b2c
Octal12220522053100542773354
Binary10100101000010110010000101011100001011001011111111011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #528590

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #528590; }

 p { color: rgb(82,133,144); }

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

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

 a { background-color: rgb(82,133,144); }

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

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

 span { border-color: rgb(82,133,144); }

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