#5A697D

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

Shades of Kashmir Blue #5A697D

Tints of Kashmir Blue #5A697D

Color information

#5A697D (or 0x5A697D) is unknown color: approx Kashmir Blue. HEX triplet: 5A, 69 and 7D. RGB value is (90,105,125). Sum of RGB (Red+Green+Blue) = 90+105+125=320 (42% of max value = 765). Red value is 90 (35.55% from 255 or 28.12% from 320); Green value is 105 (41.41% from 255 or 32.81% from 320); Blue value is 125 (49.22% from 255 or 39.06% from 320); Max value from RGB is 125 - color contains mainly: blue. Hex color #5A697D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5A697D is #A59682. Grayscale: #666666. Windows color (decimal): -10851971 or 8218970. OLE color: 8218970.

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

Color convert

RGB90105125-
CMYK0.280.1600.51
HSL214.29º16.28%42.16%-
HSV(B)214.29º28%49.02%-
XYZ12.9713.7621.37-
YUV102.8140.53118.87-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 28.12%
GREEN value IS 105 (41.41% from 255) = 32.81%
BLUE value IS 125 (49.22% from 255) = 39.06%
R=28.12%
G=32.81%
B=39.06%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal901051250.280.1600.51214.2916.2842.16
Hex5A697D1C10033d6102a
Octal13215117534200633262052
Binary101101011010011111101111001000001100111101011010000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A697D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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