#528291

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

Shades of Hippie Blue #528291

Tints of Hippie Blue #528291

Color information

#528291 (or 0x528291) is unknown color: approx Hippie Blue. HEX triplet: 52, 82 and 91. RGB value is (82,130,145). Sum of RGB (Red+Green+Blue) = 82+130+145=357 (47% of max value = 765). Red value is 82 (32.42% from 255 or 22.97% from 357); Green value is 130 (51.17% from 255 or 36.41% from 357); Blue value is 145 (57.03% from 255 or 40.62% from 357); Max value from RGB is 145 - color contains mainly: blue. Hex color #528291 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #528291 is #AD7D6E. Grayscale: #757575. Windows color (decimal): -11369839 or 9536082. OLE color: 9536082.

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

Color convert

RGB82130145-
CMYK0.430.1000.43
HSL194.29º27.75%44.51%-
HSV(B)194.29º43.45%56.86%-
XYZ16.5719.829.74-
YUV117.36143.6102.78-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 22.97%
GREEN value IS 130 (51.17% from 255) = 36.41%
BLUE value IS 145 (57.03% from 255) = 40.62%
R=22.97%
G=36.41%
B=40.62%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal821301450.430.1000.43194.2927.7544.51
Hex5282912BA02Bc21c2d
Octal12220222153120533023455
Binary10100101000001010010001101011101001010111100001011100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #528291

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #528291; }

 p { color: rgb(82,130,145); }

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

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

 a { background-color: rgb(82,130,145); }

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

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

 span { border-color: rgb(82,130,145); }

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