#5D7085

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

Shades of Kashmir Blue #5D7085

Tints of Kashmir Blue #5D7085

Color information

#5D7085 (or 0x5D7085) is unknown color: approx Kashmir Blue. HEX triplet: 5D, 70 and 85. RGB value is (93,112,133). Sum of RGB (Red+Green+Blue) = 93+112+133=338 (44% of max value = 765). Red value is 93 (36.72% from 255 or 27.51% from 338); Green value is 112 (44.14% from 255 or 33.14% from 338); Blue value is 133 (52.34% from 255 or 39.35% from 338); Max value from RGB is 133 - color contains mainly: blue. Hex color #5D7085 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5D7085 is #A28F7A. Grayscale: #6C6C6C. Windows color (decimal): -10653563 or 8745053. OLE color: 8745053.

HSL color Cylindrical-coordinate representation of color #5D7085: hue angle of 211.5º degrees, saturation: 0.18, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #5D7085 is Cyan = 0.30, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB93112133-
CMYK0.300.1600.48
HSL211.5º17.7%44.31%-
HSV(B)211.5º30.08%52.16%-
XYZ14.5415.6124.44-
YUV108.71141.71116.79-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 27.51%
GREEN value IS 112 (44.14% from 255) = 33.14%
BLUE value IS 133 (52.34% from 255) = 39.35%
R=27.51%
G=33.14%
B=39.35%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal931121330.300.1600.48211.517.744.31
Hex5D70851E10030d4122c
Octal13516020536200603242254
Binary1011101111000010000101111101000001100001101010010010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D7085

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,112,133); }

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

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

 a { background-color: rgb(93,112,133); }

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

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

 span { border-color: rgb(93,112,133); }

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