#536689

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

Shades of Kashmir Blue #536689

Tints of Kashmir Blue #536689

Color information

#536689 (or 0x536689) is unknown color: approx Kashmir Blue. HEX triplet: 53, 66 and 89. RGB value is (83,102,137). Sum of RGB (Red+Green+Blue) = 83+102+137=322 (42% of max value = 765). Red value is 83 (32.81% from 255 or 25.78% from 322); Green value is 102 (40.23% from 255 or 31.68% from 322); Blue value is 137 (53.91% from 255 or 42.55% from 322); Max value from RGB is 137 - color contains mainly: blue. Hex color #536689 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #536689 is #AC9976. Grayscale: #646464. Windows color (decimal): -11311479 or 9004627. OLE color: 9004627.

HSL color Cylindrical-coordinate representation of color #536689: hue angle of 218.89º degrees, saturation: 0.25, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #536689 is Cyan = 0.39, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB83102137-
CMYK0.390.2600.46
HSL218.89º24.55%43.14%-
HSV(B)218.89º39.42%53.73%-
XYZ12.8313.1525.53-
YUV100.31148.71115.65-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 25.78%
GREEN value IS 102 (40.23% from 255) = 31.68%
BLUE value IS 137 (53.91% from 255) = 42.55%
R=25.78%
G=31.68%
B=42.55%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal831021370.390.2600.46218.8924.5543.14
Hex536689271A02Edb192b
Octal12314621147320563333153
Binary10100111100110100010011001111101001011101101101111001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #536689

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #536689; }

 p { color: rgb(83,102,137); }

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

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

 a { background-color: rgb(83,102,137); }

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

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

 span { border-color: rgb(83,102,137); }

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