#536A91

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

Shades of Kashmir Blue #536A91

Tints of Kashmir Blue #536A91

Color information

#536A91 (or 0x536A91) is unknown color: approx Kashmir Blue. HEX triplet: 53, 6A and 91. RGB value is (83,106,145). Sum of RGB (Red+Green+Blue) = 83+106+145=334 (44% of max value = 765). Red value is 83 (32.81% from 255 or 24.85% from 334); Green value is 106 (41.80% from 255 or 31.74% from 334); Blue value is 145 (57.03% from 255 or 43.41% from 334); Max value from RGB is 145 - color contains mainly: blue. Hex color #536A91 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #536A91 is #AC956E. Grayscale: #676767. Windows color (decimal): -11310447 or 9529939. OLE color: 9529939.

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

Color convert

RGB83106145-
CMYK0.430.2700.43
HSL217.74º27.19%44.71%-
HSV(B)217.74º42.76%56.86%-
XYZ13.8314.1928.8-
YUV103.57151.38113.33-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 24.85%
GREEN value IS 106 (41.80% from 255) = 31.74%
BLUE value IS 145 (57.03% from 255) = 43.41%
R=24.85%
G=31.74%
B=43.41%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal831061450.430.2700.43217.7427.1944.71
Hex536A912B1B02Bda1b2d
Octal12315222153330533323355
Binary10100111101010100100011010111101101010111101101011011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #536A91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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