#536495

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

Shades of Waikawa Grey #536495

Tints of Waikawa Grey #536495

Color information

#536495 (or 0x536495) is unknown color: approx Waikawa Grey. HEX triplet: 53, 64 and 95. RGB value is (83,100,149). Sum of RGB (Red+Green+Blue) = 83+100+149=332 (43% of max value = 765). Red value is 83 (32.81% from 255 or 25% from 332); Green value is 100 (39.45% from 255 or 30.12% from 332); Blue value is 149 (58.59% from 255 or 44.88% from 332); Max value from RGB is 149 - color contains mainly: blue. Hex color #536495 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #536495 is #AC9B6A. Grayscale: #646464. Windows color (decimal): -11311979 or 9790547. OLE color: 9790547.

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

Color convert

RGB83100149-
CMYK0.440.3300.42
HSL224.55º28.45%45.49%-
HSV(B)224.55º44.3%58.43%-
XYZ13.5513.1230.25-
YUV100.5155.37115.52-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 25%
GREEN value IS 100 (39.45% from 255) = 30.12%
BLUE value IS 149 (58.59% from 255) = 44.88%
R=25%
G=30.12%
B=44.88%

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
Decimal831001490.440.3300.42224.5528.4545.49
Hex5364952C2102Ae11c2d
Octal12314422554410523413455
Binary101001111001001001010110110010000101010101110000111100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #536495

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #536495; }

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

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

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

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

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

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

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

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