#536785

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

Shades of Kashmir Blue #536785

Tints of Kashmir Blue #536785

Color information

#536785 (or 0x536785) is unknown color: approx Kashmir Blue. HEX triplet: 53, 67 and 85. RGB value is (83,103,133). Sum of RGB (Red+Green+Blue) = 83+103+133=319 (42% of max value = 765). Red value is 83 (32.81% from 255 or 26.02% from 319); Green value is 103 (40.62% from 255 or 32.29% from 319); Blue value is 133 (52.34% from 255 or 41.69% from 319); Max value from RGB is 133 - color contains mainly: blue. Hex color #536785 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #536785 is #AC987A. Grayscale: #646464. Windows color (decimal): -11311227 or 8742739. OLE color: 8742739.

HSL color Cylindrical-coordinate representation of color #536785: hue angle of 216º 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 #536785 is Cyan = 0.38, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB83103133-
CMYK0.380.2300.48
HSL216º23.15%42.35%-
HSV(B)216º37.59%52.16%-
XYZ12.6513.2324.08-
YUV100.44146.37115.56-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 26.02%
GREEN value IS 103 (40.62% from 255) = 32.29%
BLUE value IS 133 (52.34% from 255) = 41.69%
R=26.02%
G=32.29%
B=41.69%

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
Decimal831031330.380.2300.4821623.1542.35
Hex5367852617030d8172a
Octal12314720546270603302752
Binary10100111100111100001011001101011101100001101100010111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #536785

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #536785; }

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

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

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

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

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

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

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

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