#5A647D

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

Shades of Kashmir Blue #5A647D

Tints of Kashmir Blue #5A647D

Color information

#5A647D (or 0x5A647D) is unknown color: approx Kashmir Blue. HEX triplet: 5A, 64 and 7D. RGB value is (90,100,125). Sum of RGB (Red+Green+Blue) = 90+100+125=315 (41% of max value = 765). Red value is 90 (35.55% from 255 or 28.57% from 315); Green value is 100 (39.45% from 255 or 31.75% from 315); Blue value is 125 (49.22% from 255 or 39.68% from 315); Max value from RGB is 125 - color contains mainly: blue. Hex color #5A647D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5A647D is #A59B82. Grayscale: #636363. Windows color (decimal): -10853251 or 8217690. OLE color: 8217690.

HSL color Cylindrical-coordinate representation of color #5A647D: hue angle of 222.86º 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 #5A647D is Cyan = 0.28, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB90100125-
CMYK0.280.200.51
HSL222.86º16.28%42.16%-
HSV(B)222.86º28%49.02%-
XYZ12.4812.7721.21-
YUV99.86142.19120.97-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 28.57%
GREEN value IS 100 (39.45% from 255) = 31.75%
BLUE value IS 125 (49.22% from 255) = 39.68%
R=28.57%
G=31.75%
B=39.68%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.2
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal901001250.280.200.51222.8616.2842.16
Hex5A647D1C14033df102a
Octal13214417534240633372052
Binary101101011001001111101111001010001100111101111110000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A647D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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