#536789

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

Shades of Kashmir Blue #536789

Tints of Kashmir Blue #536789

Color information

#536789 (or 0x536789) is unknown color: approx Kashmir Blue. HEX triplet: 53, 67 and 89. RGB value is (83,103,137). Sum of RGB (Red+Green+Blue) = 83+103+137=323 (42% of max value = 765). Red value is 83 (32.81% from 255 or 25.70% from 323); Green value is 103 (40.62% from 255 or 31.89% from 323); Blue value is 137 (53.91% from 255 or 42.41% from 323); Max value from RGB is 137 - color contains mainly: blue. Hex color #536789 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #536789 is #AC9876. Grayscale: #646464. Windows color (decimal): -11311223 or 9004883. OLE color: 9004883.

HSL color Cylindrical-coordinate representation of color #536789: hue angle of 217.78º degrees, saturation: 0.25, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #536789 is Cyan = 0.39, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB83103137-
CMYK0.390.2500.46
HSL217.78º24.55%43.14%-
HSV(B)217.78º39.42%53.73%-
XYZ12.9313.3525.56-
YUV100.9148.37115.24-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 25.70%
GREEN value IS 103 (40.62% from 255) = 31.89%
BLUE value IS 137 (53.91% from 255) = 42.41%
R=25.70%
G=31.89%
B=42.41%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal831031370.390.2500.46217.7824.5543.14
Hex536789271902Eda192b
Octal12314721147310563323153
Binary10100111100111100010011001111100101011101101101011001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #536789

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #536789; }

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

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

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

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

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

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

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

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