#536595

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

Shades of Waikawa Grey #536595

Tints of Waikawa Grey #536595

Color information

#536595 (or 0x536595) is unknown color: approx Waikawa Grey. HEX triplet: 53, 65 and 95. RGB value is (83,101,149). Sum of RGB (Red+Green+Blue) = 83+101+149=333 (44% of max value = 765). Red value is 83 (32.81% from 255 or 24.92% from 333); Green value is 101 (39.84% from 255 or 30.33% from 333); Blue value is 149 (58.59% from 255 or 44.74% from 333); Max value from RGB is 149 - color contains mainly: blue. Hex color #536595 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #536595 is #AC9A6A. Grayscale: #646464. Windows color (decimal): -11311723 or 9790803. OLE color: 9790803.

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

Color convert

RGB83101149-
CMYK0.440.3200.42
HSL223.64º28.45%45.49%-
HSV(B)223.64º44.3%58.43%-
XYZ13.6513.3230.28-
YUV101.09155.04115.1-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 24.92%
GREEN value IS 101 (39.84% from 255) = 30.33%
BLUE value IS 149 (58.59% from 255) = 44.74%
R=24.92%
G=30.33%
B=44.74%

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
Decimal831011490.440.3200.42223.6428.4545.49
Hex5365952C2002Ae01c2d
Octal12314522554400523403455
Binary101001111001011001010110110010000001010101110000011100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #536595

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #536595; }

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

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

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

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

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

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

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

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