#5A657D

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

Shades of Kashmir Blue #5A657D

Tints of Kashmir Blue #5A657D

Color information

#5A657D (or 0x5A657D) is unknown color: approx Kashmir Blue. HEX triplet: 5A, 65 and 7D. RGB value is (90,101,125). Sum of RGB (Red+Green+Blue) = 90+101+125=316 (41% of max value = 765). Red value is 90 (35.55% from 255 or 28.48% from 316); Green value is 101 (39.84% from 255 or 31.96% from 316); Blue value is 125 (49.22% from 255 or 39.56% from 316); Max value from RGB is 125 - color contains mainly: blue. Hex color #5A657D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5A657D is #A59A82. Grayscale: #646464. Windows color (decimal): -10852995 or 8217946. OLE color: 8217946.

HSL color Cylindrical-coordinate representation of color #5A657D: hue angle of 221.14º degrees, saturation: 0.16, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #5A657D is Cyan = 0.28, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB90101125-
CMYK0.280.1900.51
HSL221.14º16.28%42.16%-
HSV(B)221.14º28%49.02%-
XYZ12.5712.9621.24-
YUV100.45141.86120.55-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 28.48%
GREEN value IS 101 (39.84% from 255) = 31.96%
BLUE value IS 125 (49.22% from 255) = 39.56%
R=28.48%
G=31.96%
B=39.56%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal901011250.280.1900.51221.1416.2842.16
Hex5A657D1C13033dd102a
Octal13214517534230633352052
Binary101101011001011111101111001001101100111101110110000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A657D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5A657D; }

 p { color: rgb(90,101,125); }

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

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

 a { background-color: rgb(90,101,125); }

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

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

 span { border-color: rgb(90,101,125); }

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