#536493

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

Shades of Waikawa Grey #536493

Tints of Waikawa Grey #536493

Color information

#536493 (or 0x536493) is unknown color: approx Waikawa Grey. HEX triplet: 53, 64 and 93. RGB value is (83,100,147). Sum of RGB (Red+Green+Blue) = 83+100+147=330 (43% of max value = 765). Red value is 83 (32.81% from 255 or 25.15% from 330); Green value is 100 (39.45% from 255 or 30.30% from 330); Blue value is 147 (57.81% from 255 or 44.55% from 330); Max value from RGB is 147 - color contains mainly: blue. Hex color #536493 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #536493 is #AC9B6C. Grayscale: #646464. Windows color (decimal): -11311981 or 9659475. OLE color: 9659475.

HSL color Cylindrical-coordinate representation of color #536493: hue angle of 224.06º 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 #536493 is Cyan = 0.44, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB83100147-
CMYK0.440.3200.42
HSL224.06º27.83%45.1%-
HSV(B)224.06º43.54%57.65%-
XYZ13.3913.0629.42-
YUV100.28154.37115.68-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 25.15%
GREEN value IS 100 (39.45% from 255) = 30.30%
BLUE value IS 147 (57.81% from 255) = 44.55%
R=25.15%
G=30.30%
B=44.55%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal831001470.440.3200.42224.0627.8345.1
Hex5364932C2002Ae01c2d
Octal12314422354400523403455
Binary101001111001001001001110110010000001010101110000011100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #536493

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #536493; }

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

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

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

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

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

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

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

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