#536D91

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

Shades of Kashmir Blue #536D91

Tints of Kashmir Blue #536D91

Color information

#536D91 (or 0x536D91) is unknown color: approx Kashmir Blue. HEX triplet: 53, 6D and 91. RGB value is (83,109,145). Sum of RGB (Red+Green+Blue) = 83+109+145=337 (44% of max value = 765). Red value is 83 (32.81% from 255 or 24.63% from 337); Green value is 109 (42.97% from 255 or 32.34% from 337); Blue value is 145 (57.03% from 255 or 43.03% from 337); Max value from RGB is 145 - color contains mainly: blue. Hex color #536D91 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #536D91 is #AC926E. Grayscale: #696969. Windows color (decimal): -11309679 or 9530707. OLE color: 9530707.

HSL color Cylindrical-coordinate representation of color #536D91: hue angle of 214.84º 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 #536D91 is Cyan = 0.43, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB83109145-
CMYK0.430.2500.43
HSL214.84º27.19%44.71%-
HSV(B)214.84º42.76%56.86%-
XYZ14.1514.8228.9-
YUV105.33150.39112.07-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 24.63%
GREEN value IS 109 (42.97% from 255) = 32.34%
BLUE value IS 145 (57.03% from 255) = 43.03%
R=24.63%
G=32.34%
B=43.03%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal831091450.430.2500.43214.8427.1944.71
Hex536D912B1902Bd71b2d
Octal12315522153310533273355
Binary10100111101101100100011010111100101010111101011111011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #536D91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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