#536392

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

Shades of Waikawa Grey #536392

Tints of Waikawa Grey #536392

Color information

#536392 (or 0x536392) is unknown color: approx Waikawa Grey. HEX triplet: 53, 63 and 92. RGB value is (83,99,146). Sum of RGB (Red+Green+Blue) = 83+99+146=328 (43% of max value = 765). Red value is 83 (32.81% from 255 or 25.30% from 328); Green value is 99 (39.06% from 255 or 30.18% from 328); Blue value is 146 (57.42% from 255 or 44.51% from 328); Max value from RGB is 146 - color contains mainly: blue. Hex color #536392 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #536392 is #AC9C6D. Grayscale: #636363. Windows color (decimal): -11312238 or 9593683. OLE color: 9593683.

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

Color convert

RGB8399146-
CMYK0.430.3200.43
HSL224.76º27.51%44.9%-
HSV(B)224.76º43.15%57.25%-
XYZ13.2212.8428.98-
YUV99.57154.2116.18-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 25.30%
GREEN value IS 99 (39.06% from 255) = 30.18%
BLUE value IS 146 (57.42% from 255) = 44.51%
R=25.30%
G=30.18%
B=44.51%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal83991460.430.3200.43224.7627.5144.9
Hex5363922B2002Be11c2d
Octal12314322253400533413455
Binary101001111000111001001010101110000001010111110000111100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #536392

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #536392; }

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

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

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

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

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

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

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

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