#536491

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

Shades of Waikawa Grey #536491

Tints of Waikawa Grey #536491

Color information

#536491 (or 0x536491) is unknown color: approx Waikawa Grey. HEX triplet: 53, 64 and 91. RGB value is (83,100,145). Sum of RGB (Red+Green+Blue) = 83+100+145=328 (43% of max value = 765). Red value is 83 (32.81% from 255 or 25.30% from 328); Green value is 100 (39.45% from 255 or 30.49% from 328); Blue value is 145 (57.03% from 255 or 44.21% from 328); Max value from RGB is 145 - color contains mainly: blue. Hex color #536491 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #536491 is #AC9B6E. Grayscale: #636363. Windows color (decimal): -11311983 or 9528403. OLE color: 9528403.

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

Color convert

RGB83100145-
CMYK0.430.3100.43
HSL223.55º27.19%44.71%-
HSV(B)223.55º42.76%56.86%-
XYZ13.241328.6-
YUV100.05153.37115.84-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 25.30%
GREEN value IS 100 (39.45% from 255) = 30.49%
BLUE value IS 145 (57.03% from 255) = 44.21%
R=25.30%
G=30.49%
B=44.21%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal831001450.430.3100.43223.5527.1944.71
Hex5364912B1F02Be01b2d
Octal12314422153370533403355
Binary10100111100100100100011010111111101010111110000011011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #536491

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #536491; }

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

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

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

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

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

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

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

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