#526191

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

Shades of Waikawa Grey #526191

Tints of Waikawa Grey #526191

Color information

#526191 (or 0x526191) is unknown color: approx Waikawa Grey. HEX triplet: 52, 61 and 91. RGB value is (82,97,145). Sum of RGB (Red+Green+Blue) = 82+97+145=324 (42% of max value = 765). Red value is 82 (32.42% from 255 or 25.31% from 324); Green value is 97 (38.28% from 255 or 29.94% from 324); Blue value is 145 (57.03% from 255 or 44.75% from 324); Max value from RGB is 145 - color contains mainly: blue. Hex color #526191 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #526191 is #AD9E6E. Grayscale: #616161. Windows color (decimal): -11378287 or 9527634. OLE color: 9527634.

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

Color convert

RGB8297145-
CMYK0.430.3300.43
HSL225.71º27.75%44.51%-
HSV(B)225.71º43.45%56.86%-
XYZ12.8712.3928.5-
YUV97.99154.53116.6-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 25.31%
GREEN value IS 97 (38.28% from 255) = 29.94%
BLUE value IS 145 (57.03% from 255) = 44.75%
R=25.31%
G=29.94%
B=44.75%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal82971450.430.3300.43225.7127.7544.51
Hex5261912B2102Be21c2d
Octal12214122153410533423455
Binary101001011000011001000110101110000101010111110001011100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #526191

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #526191; }

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

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

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

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

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

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

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

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