#5D7187

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

Shades of Kashmir Blue #5D7187

Tints of Kashmir Blue #5D7187

Color information

#5D7187 (or 0x5D7187) is unknown color: approx Kashmir Blue. HEX triplet: 5D, 71 and 87. RGB value is (93,113,135). Sum of RGB (Red+Green+Blue) = 93+113+135=341 (45% of max value = 765). Red value is 93 (36.72% from 255 or 27.27% from 341); Green value is 113 (44.53% from 255 or 33.14% from 341); Blue value is 135 (53.12% from 255 or 39.59% from 341); Max value from RGB is 135 - color contains mainly: blue. Hex color #5D7187 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5D7187 is #A28E78. Grayscale: #6D6D6D. Windows color (decimal): -10653305 or 8876381. OLE color: 8876381.

HSL color Cylindrical-coordinate representation of color #5D7187: hue angle of 211.43º degrees, saturation: 0.18, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #5D7187 is Cyan = 0.31, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB93113135-
CMYK0.310.1600.47
HSL211.43º18.42%44.71%-
HSV(B)211.43º31.11%52.94%-
XYZ14.7915.8925.21-
YUV109.53142.37116.21-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 27.27%
GREEN value IS 113 (44.53% from 255) = 33.14%
BLUE value IS 135 (53.12% from 255) = 39.59%
R=27.27%
G=33.14%
B=39.59%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal931131350.310.1600.47211.4318.4244.71
Hex5D71871F1002Fd3122d
Octal13516120737200573232255
Binary1011101111000110000111111111000001011111101001110010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D7187

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,113,135); }

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

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

 a { background-color: rgb(93,113,135); }

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

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

 span { border-color: rgb(93,113,135); }

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