#536584

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

Shades of Kashmir Blue #536584

Tints of Kashmir Blue #536584

Color information

#536584 (or 0x536584) is unknown color: approx Kashmir Blue. HEX triplet: 53, 65 and 84. RGB value is (83,101,132). Sum of RGB (Red+Green+Blue) = 83+101+132=316 (41% of max value = 765). Red value is 83 (32.81% from 255 or 26.27% from 316); Green value is 101 (39.84% from 255 or 31.96% from 316); Blue value is 132 (51.95% from 255 or 41.77% from 316); Max value from RGB is 132 - color contains mainly: blue. Hex color #536584 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #536584 is #AC9A7B. Grayscale: #636363. Windows color (decimal): -11311740 or 8676691. OLE color: 8676691.

HSL color Cylindrical-coordinate representation of color #536584: hue angle of 217.96º 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 #536584 is Cyan = 0.37, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB83101132-
CMYK0.370.2300.48
HSL217.96º22.79%42.16%-
HSV(B)217.96º37.12%51.76%-
XYZ12.3912.8123.65-
YUV99.15146.54116.48-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 26.27%
GREEN value IS 101 (39.84% from 255) = 31.96%
BLUE value IS 132 (51.95% from 255) = 41.77%
R=26.27%
G=31.96%
B=41.77%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal831011320.370.2300.48217.9622.7942.16
Hex5365842517030da172a
Octal12314520445270603322752
Binary10100111100101100001001001011011101100001101101010111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #536584

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #536584; }

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

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

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

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

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

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

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

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