#536690

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

Shades of Kashmir Blue #536690

Tints of Kashmir Blue #536690

Color information

#536690 (or 0x536690) is unknown color: approx Kashmir Blue. HEX triplet: 53, 66 and 90. RGB value is (83,102,144). Sum of RGB (Red+Green+Blue) = 83+102+144=329 (43% of max value = 765). Red value is 83 (32.81% from 255 or 25.23% from 329); Green value is 102 (40.23% from 255 or 31.00% from 329); Blue value is 144 (56.64% from 255 or 43.77% from 329); Max value from RGB is 144 - color contains mainly: blue. Hex color #536690 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #536690 is #AC996F. Grayscale: #646464. Windows color (decimal): -11311472 or 9463379. OLE color: 9463379.

HSL color Cylindrical-coordinate representation of color #536690: hue angle of 221.31º degrees, saturation: 0.27, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #536690 is Cyan = 0.42, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB83102144-
CMYK0.420.2900.44
HSL221.31º26.87%44.51%-
HSV(B)221.31º42.36%56.47%-
XYZ13.3513.3628.26-
YUV101.11152.21115.08-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 25.23%
GREEN value IS 102 (40.23% from 255) = 31.00%
BLUE value IS 144 (56.64% from 255) = 43.77%
R=25.23%
G=31.00%
B=43.77%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal831021440.420.2900.44221.3126.8744.51
Hex5366902A1D02Cdd1b2d
Octal12314622052350543353355
Binary10100111100110100100001010101110101011001101110111011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #536690

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #536690; }

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

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

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

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

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

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

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

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