#536394

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

Shades of Waikawa Grey #536394

Tints of Waikawa Grey #536394

Color information

#536394 (or 0x536394) is unknown color: approx Waikawa Grey. HEX triplet: 53, 63 and 94. RGB value is (83,99,148). Sum of RGB (Red+Green+Blue) = 83+99+148=330 (43% of max value = 765). Red value is 83 (32.81% from 255 or 25.15% from 330); Green value is 99 (39.06% from 255 or 30% from 330); Blue value is 148 (58.20% from 255 or 44.85% from 330); Max value from RGB is 148 - color contains mainly: blue. Hex color #536394 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #536394 is #AC9C6B. Grayscale: #636363. Windows color (decimal): -11312236 or 9724755. OLE color: 9724755.

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

Color convert

RGB8399148-
CMYK0.440.3300.42
HSL225.23º28.14%45.29%-
HSV(B)225.23º43.92%58.04%-
XYZ13.3712.929.8-
YUV99.8155.2116.02-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 25.15%
GREEN value IS 99 (39.06% from 255) = 30%
BLUE value IS 148 (58.20% from 255) = 44.85%
R=25.15%
G=30%
B=44.85%

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
Decimal83991480.440.3300.42225.2328.1445.29
Hex5363942C2102Ae11c2d
Octal12314322454410523413455
Binary101001111000111001010010110010000101010101110000111100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #536394

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #536394; }

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

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

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

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

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

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

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

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