#536889

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

Shades of Kashmir Blue #536889

Tints of Kashmir Blue #536889

Color information

#536889 (or 0x536889) is unknown color: approx Kashmir Blue. HEX triplet: 53, 68 and 89. RGB value is (83,104,137). Sum of RGB (Red+Green+Blue) = 83+104+137=324 (42% of max value = 765). Red value is 83 (32.81% from 255 or 25.62% from 324); Green value is 104 (41.02% from 255 or 32.10% from 324); Blue value is 137 (53.91% from 255 or 42.28% from 324); Max value from RGB is 137 - color contains mainly: blue. Hex color #536889 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #536889 is #AC9776. Grayscale: #656565. Windows color (decimal): -11310967 or 9005139. OLE color: 9005139.

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

Color convert

RGB83104137-
CMYK0.390.2400.46
HSL216.67º24.55%43.14%-
HSV(B)216.67º39.42%53.73%-
XYZ13.0313.5525.59-
YUV101.48148.04114.82-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 25.62%
GREEN value IS 104 (41.02% from 255) = 32.10%
BLUE value IS 137 (53.91% from 255) = 42.28%
R=25.62%
G=32.10%
B=42.28%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal831041370.390.2400.46216.6724.5543.14
Hex536889271802Ed9192b
Octal12315021147300563313153
Binary10100111101000100010011001111100001011101101100111001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #536889

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #536889; }

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

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

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

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

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

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

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

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