#5F7187

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

Shades of Kashmir Blue #5F7187

Tints of Kashmir Blue #5F7187

Color information

#5F7187 (or 0x5F7187) is unknown color: approx Kashmir Blue. HEX triplet: 5F, 71 and 87. RGB value is (95,113,135). Sum of RGB (Red+Green+Blue) = 95+113+135=343 (45% of max value = 765). Red value is 95 (37.5% from 255 or 27.70% from 343); Green value is 113 (44.53% from 255 or 32.94% from 343); Blue value is 135 (53.12% from 255 or 39.36% from 343); Max value from RGB is 135 - color contains mainly: blue. Hex color #5F7187 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5F7187 is #A08E78. Grayscale: #6E6E6E. Windows color (decimal): -10522233 or 8876383. OLE color: 8876383.

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

Color convert

RGB95113135-
CMYK0.300.1600.47
HSL213º17.39%45.1%-
HSV(B)213º29.63%52.94%-
XYZ1515.9925.22-
YUV110.13142.04117.21-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 27.70%
GREEN value IS 113 (44.53% from 255) = 32.94%
BLUE value IS 135 (53.12% from 255) = 39.36%
R=27.70%
G=32.94%
B=39.36%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal951131350.300.1600.4721317.3945.1
Hex5F71871E1002Fd5112d
Octal13716120736200573252155
Binary1011111111000110000111111101000001011111101010110001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F7187

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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