#536685

Color #536685 Kashmir Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Kashmir Blue #536685

Tints of Kashmir Blue #536685

Color information

#536685 (or 0x536685) is unknown color: approx Kashmir Blue. HEX triplet: 53, 66 and 85. RGB value is (83,102,133). Sum of RGB (Red+Green+Blue) = 83+102+133=318 (42% of max value = 765). Red value is 83 (32.81% from 255 or 26.10% from 318); Green value is 102 (40.23% from 255 or 32.08% from 318); Blue value is 133 (52.34% from 255 or 41.82% from 318); Max value from RGB is 133 - color contains mainly: blue. Hex color #536685 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #536685 is #AC997A. Grayscale: #636363. Windows color (decimal): -11311483 or 8742483. OLE color: 8742483.

HSL color Cylindrical-coordinate representation of color #536685: hue angle of 217.2º degrees, saturation: 0.23, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #536685 is Cyan = 0.38, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB83102133-
CMYK0.380.2300.48
HSL217.2º23.15%42.35%-
HSV(B)217.2º37.59%52.16%-
XYZ12.5513.0424.04-
YUV99.85146.71115.98-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 26.10%
GREEN value IS 102 (40.23% from 255) = 32.08%
BLUE value IS 133 (52.34% from 255) = 41.82%
R=26.10%
G=32.08%
B=41.82%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal831021330.380.2300.48217.223.1542.35
Hex5366852617030d9172a
Octal12314620546270603312752
Binary10100111100110100001011001101011101100001101100110111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #536685

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #536685; }

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

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

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

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

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

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

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

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