#536591

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

Shades of Waikawa Grey #536591

Tints of Waikawa Grey #536591

Color information

#536591 (or 0x536591) is unknown color: approx Waikawa Grey. HEX triplet: 53, 65 and 91. RGB value is (83,101,145). Sum of RGB (Red+Green+Blue) = 83+101+145=329 (43% of max value = 765). Red value is 83 (32.81% from 255 or 25.23% from 329); Green value is 101 (39.84% from 255 or 30.70% from 329); Blue value is 145 (57.03% from 255 or 44.07% from 329); Max value from RGB is 145 - color contains mainly: blue. Hex color #536591 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #536591 is #AC9A6E. Grayscale: #646464. Windows color (decimal): -11311727 or 9528659. OLE color: 9528659.

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

Color convert

RGB83101145-
CMYK0.430.3000.43
HSL222.58º27.19%44.71%-
HSV(B)222.58º42.76%56.86%-
XYZ13.3313.1928.63-
YUV100.63153.04115.42-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 25.23%
GREEN value IS 101 (39.84% from 255) = 30.70%
BLUE value IS 145 (57.03% from 255) = 44.07%
R=25.23%
G=30.70%
B=44.07%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal831011450.430.3000.43222.5827.1944.71
Hex5365912B1E02Bdf1b2d
Octal12314522153360533373355
Binary10100111100101100100011010111111001010111101111111011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #536591

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #536591; }

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

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

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

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

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

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

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

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