#5C697F

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

Shades of Kashmir Blue #5C697F

Tints of Kashmir Blue #5C697F

Color information

#5C697F (or 0x5C697F) is unknown color: approx Kashmir Blue. HEX triplet: 5C, 69 and 7F. RGB value is (92,105,127). Sum of RGB (Red+Green+Blue) = 92+105+127=324 (42% of max value = 765). Red value is 92 (36.33% from 255 or 28.40% from 324); Green value is 105 (41.41% from 255 or 32.41% from 324); Blue value is 127 (50% from 255 or 39.20% from 324); Max value from RGB is 127 - color contains mainly: blue. Hex color #5C697F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5C697F is #A39680. Grayscale: #676767. Windows color (decimal): -10720897 or 8350044. OLE color: 8350044.

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

Color convert

RGB92105127-
CMYK0.280.1700.50
HSL217.71º15.98%42.94%-
HSV(B)217.71º27.56%49.8%-
XYZ13.313.9122.06-
YUV103.62141.19119.71-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 28.40%
GREEN value IS 105 (41.41% from 255) = 32.41%
BLUE value IS 127 (50% from 255) = 39.20%
R=28.40%
G=32.41%
B=39.20%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal921051270.280.1700.50217.7115.9842.94
Hex5C697F1C11032da102b
Octal13415117734210623322053
Binary101110011010011111111111001000101100101101101010000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C697F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,105,127); }

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

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

 a { background-color: rgb(92,105,127); }

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

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

 span { border-color: rgb(92,105,127); }

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