#536587

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

Shades of Kashmir Blue #536587

Tints of Kashmir Blue #536587

Color information

#536587 (or 0x536587) is unknown color: approx Kashmir Blue. HEX triplet: 53, 65 and 87. RGB value is (83,101,135). Sum of RGB (Red+Green+Blue) = 83+101+135=319 (42% of max value = 765). Red value is 83 (32.81% from 255 or 26.02% from 319); Green value is 101 (39.84% from 255 or 31.66% from 319); Blue value is 135 (53.12% from 255 or 42.32% from 319); Max value from RGB is 135 - color contains mainly: blue. Hex color #536587 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #536587 is #AC9A78. Grayscale: #636363. Windows color (decimal): -11311737 or 8873299. OLE color: 8873299.

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

Color convert

RGB83101135-
CMYK0.390.2500.47
HSL219.23º23.85%42.75%-
HSV(B)219.23º38.52%52.94%-
XYZ12.5912.924.75-
YUV99.49148.04116.24-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 26.02%
GREEN value IS 101 (39.84% from 255) = 31.66%
BLUE value IS 135 (53.12% from 255) = 42.32%
R=26.02%
G=31.66%
B=42.32%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal831011350.390.2500.47219.2323.8542.75
Hex536587271902Fdb182b
Octal12314520747310573333053
Binary10100111100101100001111001111100101011111101101111000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #536587

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #536587; }

 p { color: rgb(83,101,135); }

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

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

 a { background-color: rgb(83,101,135); }

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

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

 span { border-color: rgb(83,101,135); }

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