#528393

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

Shades of Hippie Blue #528393

Tints of Hippie Blue #528393

Color information

#528393 (or 0x528393) is unknown color: approx Hippie Blue. HEX triplet: 52, 83 and 93. RGB value is (82,131,147). Sum of RGB (Red+Green+Blue) = 82+131+147=360 (47% of max value = 765). Red value is 82 (32.42% from 255 or 22.78% from 360); Green value is 131 (51.56% from 255 or 36.39% from 360); Blue value is 147 (57.81% from 255 or 40.83% from 360); Max value from RGB is 147 - color contains mainly: blue. Hex color #528393 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #528393 is #AD7C6C. Grayscale: #767676. Windows color (decimal): -11369581 or 9667410. OLE color: 9667410.

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

Color convert

RGB82131147-
CMYK0.440.1100.42
HSL194.77º28.38%44.9%-
HSV(B)194.77º44.22%57.65%-
XYZ16.8620.1330.6-
YUV118.17144.27102.2-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 22.78%
GREEN value IS 131 (51.56% from 255) = 36.39%
BLUE value IS 147 (57.81% from 255) = 40.83%
R=22.78%
G=36.39%
B=40.83%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal821311470.440.1100.42194.7728.3844.9
Hex5283932CB02Ac31c2d
Octal12220322354130523033455
Binary10100101000001110010011101100101101010101100001111100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #528393

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #528393; }

 p { color: rgb(82,131,147); }

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

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

 a { background-color: rgb(82,131,147); }

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

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

 span { border-color: rgb(82,131,147); }

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