#536191

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

Shades of Waikawa Grey #536191

Tints of Waikawa Grey #536191

Color information

#536191 (or 0x536191) is unknown color: approx Waikawa Grey. HEX triplet: 53, 61 and 91. RGB value is (83,97,145). Sum of RGB (Red+Green+Blue) = 83+97+145=325 (43% of max value = 765). Red value is 83 (32.81% from 255 or 25.54% from 325); Green value is 97 (38.28% from 255 or 29.85% from 325); Blue value is 145 (57.03% from 255 or 44.62% from 325); Max value from RGB is 145 - color contains mainly: blue. Hex color #536191 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #536191 is #AC9E6E. Grayscale: #626262. Windows color (decimal): -11312751 or 9527635. OLE color: 9527635.

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

Color convert

RGB8397145-
CMYK0.430.3300.43
HSL226.45º27.19%44.71%-
HSV(B)226.45º42.76%56.86%-
XYZ12.9512.4328.51-
YUV98.29154.36117.1-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 25.54%
GREEN value IS 97 (38.28% from 255) = 29.85%
BLUE value IS 145 (57.03% from 255) = 44.62%
R=25.54%
G=29.85%
B=44.62%

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
Decimal83971450.430.3300.43226.4527.1944.71
Hex5361912B2102Be21b2d
Octal12314122153410533423355
Binary101001111000011001000110101110000101010111110001011011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #536191

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #536191; }

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

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

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

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

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

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

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

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