#536489

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

Shades of Kashmir Blue #536489

Tints of Kashmir Blue #536489

Color information

#536489 (or 0x536489) is unknown color: approx Kashmir Blue. HEX triplet: 53, 64 and 89. RGB value is (83,100,137). Sum of RGB (Red+Green+Blue) = 83+100+137=320 (42% of max value = 765). Red value is 83 (32.81% from 255 or 25.94% from 320); Green value is 100 (39.45% from 255 or 31.25% from 320); Blue value is 137 (53.91% from 255 or 42.81% from 320); Max value from RGB is 137 - color contains mainly: blue. Hex color #536489 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #536489 is #AC9B76. Grayscale: #626262. Windows color (decimal): -11311991 or 9004115. OLE color: 9004115.

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

Color convert

RGB83100137-
CMYK0.390.2700.46
HSL221.11º24.55%43.14%-
HSV(B)221.11º39.42%53.73%-
XYZ12.6412.7625.46-
YUV99.14149.37116.49-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 25.94%
GREEN value IS 100 (39.45% from 255) = 31.25%
BLUE value IS 137 (53.91% from 255) = 42.81%
R=25.94%
G=31.25%
B=42.81%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal831001370.390.2700.46221.1124.5543.14
Hex536489271B02Edd192b
Octal12314421147330563353153
Binary10100111100100100010011001111101101011101101110111001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #536489

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #536489; }

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

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

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

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

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

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

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

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