#5D738C

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

Shades of Kashmir Blue #5D738C

Tints of Kashmir Blue #5D738C

Color information

#5D738C (or 0x5D738C) is unknown color: approx Kashmir Blue. HEX triplet: 5D, 73 and 8C. RGB value is (93,115,140). Sum of RGB (Red+Green+Blue) = 93+115+140=348 (46% of max value = 765). Red value is 93 (36.72% from 255 or 26.72% from 348); Green value is 115 (45.31% from 255 or 33.05% from 348); Blue value is 140 (55.08% from 255 or 40.23% from 348); Max value from RGB is 140 - color contains mainly: blue. Hex color #5D738C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5D738C is #A28C73. Grayscale: #6F6F6F. Windows color (decimal): -10652788 or 9204573. OLE color: 9204573.

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

Color convert

RGB93115140-
CMYK0.340.1800.45
HSL211.91º20.17%45.69%-
HSV(B)211.91º33.57%54.9%-
XYZ15.3816.4827.18-
YUV111.27144.21114.97-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 26.72%
GREEN value IS 115 (45.31% from 255) = 33.05%
BLUE value IS 140 (55.08% from 255) = 40.23%
R=26.72%
G=33.05%
B=40.23%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal931151400.340.1800.45211.9120.1745.69
Hex5D738C221202Dd4142e
Octal13516321442220553242456
Binary10111011110011100011001000101001001011011101010010100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D738C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,115,140); }

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

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

 a { background-color: rgb(93,115,140); }

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

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

 span { border-color: rgb(93,115,140); }

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