#536287

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

Shades of Kashmir Blue #536287

Tints of Kashmir Blue #536287

Color information

#536287 (or 0x536287) is unknown color: approx Kashmir Blue. HEX triplet: 53, 62 and 87. RGB value is (83,98,135). Sum of RGB (Red+Green+Blue) = 83+98+135=316 (41% of max value = 765). Red value is 83 (32.81% from 255 or 26.27% from 316); Green value is 98 (38.67% from 255 or 31.01% from 316); Blue value is 135 (53.12% from 255 or 42.72% from 316); Max value from RGB is 135 - color contains mainly: blue. Hex color #536287 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #536287 is #AC9D78. Grayscale: #616161. Windows color (decimal): -11312505 or 8872531. OLE color: 8872531.

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

Color convert

RGB8398135-
CMYK0.390.2700.47
HSL222.69º23.85%42.75%-
HSV(B)222.69º38.52%52.94%-
XYZ12.3112.3224.65-
YUV97.73149.03117.49-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 26.27%
GREEN value IS 98 (38.67% from 255) = 31.01%
BLUE value IS 135 (53.12% from 255) = 42.72%
R=26.27%
G=31.01%
B=42.72%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal83981350.390.2700.47222.6923.8542.75
Hex536287271B02Fdf182b
Octal12314220747330573373053
Binary10100111100010100001111001111101101011111101111111000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #536287

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #536287; }

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

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

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

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

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

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

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

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