#528392

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

Shades of Hippie Blue #528392

Tints of Hippie Blue #528392

Color information

#528392 (or 0x528392) is unknown color: approx Hippie Blue. HEX triplet: 52, 83 and 92. RGB value is (82,131,146). Sum of RGB (Red+Green+Blue) = 82+131+146=359 (47% of max value = 765). Red value is 82 (32.42% from 255 or 22.84% from 359); Green value is 131 (51.56% from 255 or 36.49% from 359); Blue value is 146 (57.42% from 255 or 40.67% from 359); Max value from RGB is 146 - color contains mainly: blue. Hex color #528392 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #528392 is #AD7C6D. Grayscale: #757575. Windows color (decimal): -11369582 or 9601874. OLE color: 9601874.

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

Color convert

RGB82131146-
CMYK0.440.1000.43
HSL194.06º28.07%44.71%-
HSV(B)194.06º43.84%57.25%-
XYZ16.7820.130.19-
YUV118.06143.77102.28-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 22.84%
GREEN value IS 131 (51.56% from 255) = 36.49%
BLUE value IS 146 (57.42% from 255) = 40.67%
R=22.84%
G=36.49%
B=40.67%

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
Decimal821311460.440.1000.43194.0628.0744.71
Hex5283922CA02Bc21c2d
Octal12220322254120533023455
Binary10100101000001110010010101100101001010111100001011100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #528392

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #528392; }

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

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

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

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

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

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

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

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