#536786

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

Shades of Kashmir Blue #536786

Tints of Kashmir Blue #536786

Color information

#536786 (or 0x536786) is unknown color: approx Kashmir Blue. HEX triplet: 53, 67 and 86. RGB value is (83,103,134). Sum of RGB (Red+Green+Blue) = 83+103+134=320 (42% of max value = 765). Red value is 83 (32.81% from 255 or 25.94% from 320); Green value is 103 (40.62% from 255 or 32.19% from 320); Blue value is 134 (52.73% from 255 or 41.88% from 320); Max value from RGB is 134 - color contains mainly: blue. Hex color #536786 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #536786 is #AC9879. Grayscale: #646464. Windows color (decimal): -11311226 or 8808275. OLE color: 8808275.

HSL color Cylindrical-coordinate representation of color #536786: hue angle of 216.47º degrees, saturation: 0.24, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #536786 is Cyan = 0.38, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB83103134-
CMYK0.380.2300.47
HSL216.47º23.5%42.55%-
HSV(B)216.47º38.06%52.55%-
XYZ12.7213.2624.44-
YUV100.55146.87115.48-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 25.94%
GREEN value IS 103 (40.62% from 255) = 32.19%
BLUE value IS 134 (52.73% from 255) = 41.88%
R=25.94%
G=32.19%
B=41.88%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal831031340.380.2300.47216.4723.542.55
Hex536786261702Fd8182b
Octal12314720646270573303053
Binary10100111100111100001101001101011101011111101100011000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #536786

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #536786; }

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

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

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

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

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

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

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

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