#528592

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

Shades of Hippie Blue #528592

Tints of Hippie Blue #528592

Color information

#528592 (or 0x528592) is unknown color: approx Hippie Blue. HEX triplet: 52, 85 and 92. RGB value is (82,133,146). Sum of RGB (Red+Green+Blue) = 82+133+146=361 (47% of max value = 765). Red value is 82 (32.42% from 255 or 22.71% from 361); Green value is 133 (52.34% from 255 or 36.84% from 361); Blue value is 146 (57.42% from 255 or 40.44% from 361); Max value from RGB is 146 - color contains mainly: blue. Hex color #528592 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #528592 is #AD7A6D. Grayscale: #777777. Windows color (decimal): -11369070 or 9602386. OLE color: 9602386.

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

Color convert

RGB82133146-
CMYK0.440.0900.43
HSL192.19º28.07%44.71%-
HSV(B)192.19º43.84%57.25%-
XYZ17.0620.6430.28-
YUV119.23143.1101.44-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 22.71%
GREEN value IS 133 (52.34% from 255) = 36.84%
BLUE value IS 146 (57.42% from 255) = 40.44%
R=22.71%
G=36.84%
B=40.44%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal821331460.440.0900.43192.1928.0744.71
Hex5285922C902Bc01c2d
Octal12220522254110533003455
Binary10100101000010110010010101100100101010111100000011100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #528592

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #528592; }

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

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

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

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

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

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

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

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