#536695

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

Shades of Waikawa Grey #536695

Tints of Waikawa Grey #536695

Color information

#536695 (or 0x536695) is unknown color: approx Waikawa Grey. HEX triplet: 53, 66 and 95. RGB value is (83,102,149). Sum of RGB (Red+Green+Blue) = 83+102+149=334 (44% of max value = 765). Red value is 83 (32.81% from 255 or 24.85% from 334); Green value is 102 (40.23% from 255 or 30.54% from 334); Blue value is 149 (58.59% from 255 or 44.61% from 334); Max value from RGB is 149 - color contains mainly: blue. Hex color #536695 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #536695 is #AC996A. Grayscale: #656565. Windows color (decimal): -11311467 or 9791059. OLE color: 9791059.

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

Color convert

RGB83102149-
CMYK0.440.3200.42
HSL222.73º28.45%45.49%-
HSV(B)222.73º44.3%58.43%-
XYZ13.7413.5130.32-
YUV101.68154.71114.68-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 24.85%
GREEN value IS 102 (40.23% from 255) = 30.54%
BLUE value IS 149 (58.59% from 255) = 44.61%
R=24.85%
G=30.54%
B=44.61%

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
Decimal831021490.440.3200.42222.7328.4545.49
Hex5366952C2002Adf1c2d
Octal12314622554400523373455
Binary101001111001101001010110110010000001010101101111111100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #536695

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #536695; }

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

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

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

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

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

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

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

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