#536E91

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

Shades of Kashmir Blue #536E91

Tints of Kashmir Blue #536E91

Color information

#536E91 (or 0x536E91) is unknown color: approx Kashmir Blue. HEX triplet: 53, 6E and 91. RGB value is (83,110,145). Sum of RGB (Red+Green+Blue) = 83+110+145=338 (44% of max value = 765). Red value is 83 (32.81% from 255 or 24.56% from 338); Green value is 110 (43.36% from 255 or 32.54% from 338); Blue value is 145 (57.03% from 255 or 42.90% from 338); Max value from RGB is 145 - color contains mainly: blue. Hex color #536E91 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #536E91 is #AC916E. Grayscale: #696969. Windows color (decimal): -11309423 or 9530963. OLE color: 9530963.

HSL color Cylindrical-coordinate representation of color #536E91: hue angle of 213.87º degrees, saturation: 0.27, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #536E91 is Cyan = 0.43, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB83110145-
CMYK0.430.2400.43
HSL213.87º27.19%44.71%-
HSV(B)213.87º42.76%56.86%-
XYZ14.2515.0428.94-
YUV105.92150.05111.65-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 24.56%
GREEN value IS 110 (43.36% from 255) = 32.54%
BLUE value IS 145 (57.03% from 255) = 42.90%
R=24.56%
G=32.54%
B=42.90%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal831101450.430.2400.43213.8727.1944.71
Hex536E912B1802Bd61b2d
Octal12315622153300533263355
Binary10100111101110100100011010111100001010111101011011011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #536E91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #536E91; }

 p { color: rgb(83,110,145); }

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

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

 a { background-color: rgb(83,110,145); }

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

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

 span { border-color: rgb(83,110,145); }

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