#536384

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

Shades of Kashmir Blue #536384

Tints of Kashmir Blue #536384

Color information

#536384 (or 0x536384) is unknown color: approx Kashmir Blue. HEX triplet: 53, 63 and 84. RGB value is (83,99,132). Sum of RGB (Red+Green+Blue) = 83+99+132=314 (41% of max value = 765). Red value is 83 (32.81% from 255 or 26.43% from 314); Green value is 99 (39.06% from 255 or 31.53% from 314); Blue value is 132 (51.95% from 255 or 42.04% from 314); Max value from RGB is 132 - color contains mainly: blue. Hex color #536384 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #536384 is #AC9C7B. Grayscale: #616161. Windows color (decimal): -11312252 or 8676179. OLE color: 8676179.

HSL color Cylindrical-coordinate representation of color #536384: hue angle of 220.41º degrees, saturation: 0.23, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #536384 is Cyan = 0.37, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB8399132-
CMYK0.370.2500.48
HSL220.41º22.79%42.16%-
HSV(B)220.41º37.12%51.76%-
XYZ12.1912.4323.59-
YUV97.98147.2117.32-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 26.43%
GREEN value IS 99 (39.06% from 255) = 31.53%
BLUE value IS 132 (51.95% from 255) = 42.04%
R=26.43%
G=31.53%
B=42.04%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal83991320.370.2500.48220.4122.7942.16
Hex5363842519030dc172a
Octal12314320445310603342752
Binary10100111100011100001001001011100101100001101110010111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #536384

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #536384; }

 p { color: rgb(83,99,132); }

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

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

 a { background-color: rgb(83,99,132); }

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

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

 span { border-color: rgb(83,99,132); }

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