#536787

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

Shades of Kashmir Blue #536787

Tints of Kashmir Blue #536787

Color information

#536787 (or 0x536787) is unknown color: approx Kashmir Blue. HEX triplet: 53, 67 and 87. RGB value is (83,103,135). Sum of RGB (Red+Green+Blue) = 83+103+135=321 (42% of max value = 765). Red value is 83 (32.81% from 255 or 25.86% from 321); Green value is 103 (40.62% from 255 or 32.09% from 321); Blue value is 135 (53.12% from 255 or 42.06% from 321); Max value from RGB is 135 - color contains mainly: blue. Hex color #536787 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #536787 is #AC9878. Grayscale: #646464. Windows color (decimal): -11311225 or 8873811. OLE color: 8873811.

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

Color convert

RGB83103135-
CMYK0.390.2400.47
HSL216.92º23.85%42.75%-
HSV(B)216.92º38.52%52.94%-
XYZ12.7913.2924.81-
YUV100.67147.37115.4-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 25.86%
GREEN value IS 103 (40.62% from 255) = 32.09%
BLUE value IS 135 (53.12% from 255) = 42.06%
R=25.86%
G=32.09%
B=42.06%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal831031350.390.2400.47216.9223.8542.75
Hex536787271802Fd9182b
Octal12314720747300573313053
Binary10100111100111100001111001111100001011111101100111000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #536787

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #536787; }

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

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

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

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

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

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

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

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