#536393

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

Shades of Waikawa Grey #536393

Tints of Waikawa Grey #536393

Color information

#536393 (or 0x536393) is unknown color: approx Waikawa Grey. HEX triplet: 53, 63 and 93. RGB value is (83,99,147). Sum of RGB (Red+Green+Blue) = 83+99+147=329 (43% of max value = 765). Red value is 83 (32.81% from 255 or 25.23% from 329); Green value is 99 (39.06% from 255 or 30.09% from 329); Blue value is 147 (57.81% from 255 or 44.68% from 329); Max value from RGB is 147 - color contains mainly: blue. Hex color #536393 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #536393 is #AC9C6C. Grayscale: #636363. Windows color (decimal): -11312237 or 9659219. OLE color: 9659219.

HSL color Cylindrical-coordinate representation of color #536393: hue angle of 225º degrees, saturation: 0.28, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #536393 is Cyan = 0.44, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB8399147-
CMYK0.440.3300.42
HSL225º27.83%45.1%-
HSV(B)225º43.54%57.65%-
XYZ13.312.8729.39-
YUV99.69154.7116.1-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 25.23%
GREEN value IS 99 (39.06% from 255) = 30.09%
BLUE value IS 147 (57.81% from 255) = 44.68%
R=25.23%
G=30.09%
B=44.68%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal83991470.440.3300.4222527.8345.1
Hex5363932C2102Ae11c2d
Octal12314322354410523413455
Binary101001111000111001001110110010000101010101110000111100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #536393

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #536393; }

 p { color: rgb(83,99,147); }

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

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

 a { background-color: rgb(83,99,147); }

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

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

 span { border-color: rgb(83,99,147); }

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