#536494

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

Shades of Waikawa Grey #536494

Tints of Waikawa Grey #536494

Color information

#536494 (or 0x536494) is unknown color: approx Waikawa Grey. HEX triplet: 53, 64 and 94. RGB value is (83,100,148). Sum of RGB (Red+Green+Blue) = 83+100+148=331 (43% of max value = 765). Red value is 83 (32.81% from 255 or 25.08% from 331); Green value is 100 (39.45% from 255 or 30.21% from 331); Blue value is 148 (58.20% from 255 or 44.71% from 331); Max value from RGB is 148 - color contains mainly: blue. Hex color #536494 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #536494 is #AC9B6B. Grayscale: #646464. Windows color (decimal): -11311980 or 9725011. OLE color: 9725011.

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

Color convert

RGB83100148-
CMYK0.440.3200.42
HSL224.31º28.14%45.29%-
HSV(B)224.31º43.92%58.04%-
XYZ13.4713.0929.83-
YUV100.39154.87115.6-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 25.08%
GREEN value IS 100 (39.45% from 255) = 30.21%
BLUE value IS 148 (58.20% from 255) = 44.71%
R=25.08%
G=30.21%
B=44.71%

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
Decimal831001480.440.3200.42224.3128.1445.29
Hex5364942C2002Ae01c2d
Octal12314422454400523403455
Binary101001111001001001010010110010000001010101110000011100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #536494

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #536494; }

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

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

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

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

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

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

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

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