#5C718D

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

Shades of Kashmir Blue #5C718D

Tints of Kashmir Blue #5C718D

Color information

#5C718D (or 0x5C718D) is unknown color: approx Kashmir Blue. HEX triplet: 5C, 71 and 8D. RGB value is (92,113,141). Sum of RGB (Red+Green+Blue) = 92+113+141=346 (45% of max value = 765). Red value is 92 (36.33% from 255 or 26.59% from 346); Green value is 113 (44.53% from 255 or 32.66% from 346); Blue value is 141 (55.47% from 255 or 40.75% from 346); Max value from RGB is 141 - color contains mainly: blue. Hex color #5C718D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5C718D is #A38E72. Grayscale: #6D6D6D. Windows color (decimal): -10718835 or 9269596. OLE color: 9269596.

HSL color Cylindrical-coordinate representation of color #5C718D: hue angle of 214.29º degrees, saturation: 0.21, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #5C718D is Cyan = 0.35, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB92113141-
CMYK0.350.2000.45
HSL214.29º21.03%45.69%-
HSV(B)214.29º34.75%55.29%-
XYZ15.1316.0127.49-
YUV109.91145.54115.22-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 26.59%
GREEN value IS 113 (44.53% from 255) = 32.66%
BLUE value IS 141 (55.47% from 255) = 40.75%
R=26.59%
G=32.66%
B=40.75%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal921131410.350.2000.45214.2921.0345.69
Hex5C718D231402Dd6152e
Octal13416121543240553262556
Binary10111001110001100011011000111010001011011101011010101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C718D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,113,141); }

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

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

 a { background-color: rgb(92,113,141); }

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

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

 span { border-color: rgb(92,113,141); }

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