#526391

Color #526391 Waikawa Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Waikawa Grey #526391

Tints of Waikawa Grey #526391

Color information

#526391 (or 0x526391) is unknown color: approx Waikawa Grey. HEX triplet: 52, 63 and 91. RGB value is (82,99,145). Sum of RGB (Red+Green+Blue) = 82+99+145=326 (43% of max value = 765). Red value is 82 (32.42% from 255 or 25.15% from 326); Green value is 99 (39.06% from 255 or 30.37% from 326); Blue value is 145 (57.03% from 255 or 44.48% from 326); Max value from RGB is 145 - color contains mainly: blue. Hex color #526391 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #526391 is #AD9C6E. Grayscale: #626262. Windows color (decimal): -11377775 or 9528146. OLE color: 9528146.

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

Color convert

RGB8299145-
CMYK0.430.3200.43
HSL223.81º27.75%44.51%-
HSV(B)223.81º43.45%56.86%-
XYZ13.0512.7628.56-
YUV99.16153.87115.76-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 25.15%
GREEN value IS 99 (39.06% from 255) = 30.37%
BLUE value IS 145 (57.03% from 255) = 44.48%
R=25.15%
G=30.37%
B=44.48%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal82991450.430.3200.43223.8127.7544.51
Hex5263912B2002Be01c2d
Octal12214322153400533403455
Binary101001011000111001000110101110000001010111110000011100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #526391

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #526391; }

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

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

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

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

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

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

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

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