#5A677D

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

Shades of Kashmir Blue #5A677D

Tints of Kashmir Blue #5A677D

Color information

#5A677D (or 0x5A677D) is unknown color: approx Kashmir Blue. HEX triplet: 5A, 67 and 7D. RGB value is (90,103,125). Sum of RGB (Red+Green+Blue) = 90+103+125=318 (42% of max value = 765). Red value is 90 (35.55% from 255 or 28.30% from 318); Green value is 103 (40.62% from 255 or 32.39% from 318); Blue value is 125 (49.22% from 255 or 39.31% from 318); Max value from RGB is 125 - color contains mainly: blue. Hex color #5A677D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5A677D is #A59882. Grayscale: #656565. Windows color (decimal): -10852483 or 8218458. OLE color: 8218458.

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

Color convert

RGB90103125-
CMYK0.280.1800.51
HSL217.71º16.28%42.16%-
HSV(B)217.71º28%49.02%-
XYZ12.7713.3521.31-
YUV101.62141.19119.71-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 28.30%
GREEN value IS 103 (40.62% from 255) = 32.39%
BLUE value IS 125 (49.22% from 255) = 39.31%
R=28.30%
G=32.39%
B=39.31%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal901031250.280.1800.51217.7116.2842.16
Hex5A677D1C12033da102a
Octal13214717534220633322052
Binary101101011001111111101111001001001100111101101010000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A677D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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