#528190

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

Shades of Hippie Blue #528190

Tints of Hippie Blue #528190

Color information

#528190 (or 0x528190) is unknown color: approx Hippie Blue. HEX triplet: 52, 81 and 90. RGB value is (82,129,144). Sum of RGB (Red+Green+Blue) = 82+129+144=355 (47% of max value = 765). Red value is 82 (32.42% from 255 or 23.10% from 355); Green value is 129 (50.78% from 255 or 36.34% from 355); Blue value is 144 (56.64% from 255 or 40.56% from 355); Max value from RGB is 144 - color contains mainly: blue. Hex color #528190 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #528190 is #AD7E6F. Grayscale: #747474. Windows color (decimal): -11370096 or 9470290. OLE color: 9470290.

HSL color Cylindrical-coordinate representation of color #528190: hue angle of 194.52º 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 #528190 is Cyan = 0.43, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB82129144-
CMYK0.430.1000.44
HSL194.52º27.43%44.31%-
HSV(B)194.52º43.06%56.47%-
XYZ16.3619.5129.29-
YUV116.66143.43103.28-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 23.10%
GREEN value IS 129 (50.78% from 255) = 36.34%
BLUE value IS 144 (56.64% from 255) = 40.56%
R=23.10%
G=36.34%
B=40.56%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal821291440.430.1000.44194.5227.4344.31
Hex5281902BA02Cc31b2c
Octal12220122053120543033354
Binary10100101000000110010000101011101001011001100001111011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #528190

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #528190; }

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

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

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

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

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

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

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

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