#5D738A

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

Shades of Kashmir Blue #5D738A

Tints of Kashmir Blue #5D738A

Color information

#5D738A (or 0x5D738A) is unknown color: approx Kashmir Blue. HEX triplet: 5D, 73 and 8A. RGB value is (93,115,138). Sum of RGB (Red+Green+Blue) = 93+115+138=346 (45% of max value = 765). Red value is 93 (36.72% from 255 or 26.88% from 346); Green value is 115 (45.31% from 255 or 33.24% from 346); Blue value is 138 (54.30% from 255 or 39.88% from 346); Max value from RGB is 138 - color contains mainly: blue. Hex color #5D738A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5D738A is #A28C75. Grayscale: #6E6E6E. Windows color (decimal): -10652790 or 9073501. OLE color: 9073501.

HSL color Cylindrical-coordinate representation of color #5D738A: hue angle of 210.67º degrees, saturation: 0.19, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #5D738A is Cyan = 0.33, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB93115138-
CMYK0.330.1700.46
HSL210.67º19.48%45.29%-
HSV(B)210.67º32.61%54.12%-
XYZ15.2316.4226.41-
YUV111.04143.21115.13-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 26.88%
GREEN value IS 115 (45.31% from 255) = 33.24%
BLUE value IS 138 (54.30% from 255) = 39.88%
R=26.88%
G=33.24%
B=39.88%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal931151380.330.1700.46210.6719.4845.29
Hex5D738A211102Ed3132d
Octal13516321241210563232355
Binary10111011110011100010101000011000101011101101001110011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D738A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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