#536891

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

Shades of Kashmir Blue #536891

Tints of Kashmir Blue #536891

Color information

#536891 (or 0x536891) is unknown color: approx Kashmir Blue. HEX triplet: 53, 68 and 91. RGB value is (83,104,145). Sum of RGB (Red+Green+Blue) = 83+104+145=332 (43% of max value = 765). Red value is 83 (32.81% from 255 or 25% from 332); Green value is 104 (41.02% from 255 or 31.33% from 332); Blue value is 145 (57.03% from 255 or 43.67% from 332); Max value from RGB is 145 - color contains mainly: blue. Hex color #536891 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #536891 is #AC976E. Grayscale: #666666. Windows color (decimal): -11310959 or 9529427. OLE color: 9529427.

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

Color convert

RGB83104145-
CMYK0.430.2800.43
HSL219.68º27.19%44.71%-
HSV(B)219.68º42.76%56.86%-
XYZ13.6313.7828.73-
YUV102.4152.04114.17-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 25%
GREEN value IS 104 (41.02% from 255) = 31.33%
BLUE value IS 145 (57.03% from 255) = 43.67%
R=25%
G=31.33%
B=43.67%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal831041450.430.2800.43219.6827.1944.71
Hex5368912B1C02Bdc1b2d
Octal12315022153340533343355
Binary10100111101000100100011010111110001010111101110011011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #536891

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #536891; }

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

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

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

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

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

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

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

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