#5A667F

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

Shades of Kashmir Blue #5A667F

Tints of Kashmir Blue #5A667F

Color information

#5A667F (or 0x5A667F) is unknown color: approx Kashmir Blue. HEX triplet: 5A, 66 and 7F. RGB value is (90,102,127). Sum of RGB (Red+Green+Blue) = 90+102+127=319 (42% of max value = 765). Red value is 90 (35.55% from 255 or 28.21% from 319); Green value is 102 (40.23% from 255 or 31.97% from 319); Blue value is 127 (50% from 255 or 39.81% from 319); Max value from RGB is 127 - color contains mainly: blue. Hex color #5A667F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5A667F is #A59980. Grayscale: #656565. Windows color (decimal): -10852737 or 8349274. OLE color: 8349274.

HSL color Cylindrical-coordinate representation of color #5A667F: hue angle of 220.54º degrees, saturation: 0.17, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #5A667F is Cyan = 0.29, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB90102127-
CMYK0.290.2000.50
HSL220.54º17.05%42.55%-
HSV(B)220.54º29.13%49.8%-
XYZ12.813.2121.95-
YUV101.26142.52119.97-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 28.21%
GREEN value IS 102 (40.23% from 255) = 31.97%
BLUE value IS 127 (50% from 255) = 39.81%
R=28.21%
G=31.97%
B=39.81%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal901021270.290.2000.50220.5417.0542.55
Hex5A667F1D14032dd112b
Octal13214617735240623352153
Binary101101011001101111111111011010001100101101110110001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A667F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,102,127); }

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

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

 a { background-color: rgb(90,102,127); }

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

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

 span { border-color: rgb(90,102,127); }

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