Html Css Color HEX #5D718B Kashmir Blue

📋 copy color: '#5D718B'

red 93 ◦ green 113 ◦ blue 139

#5D718B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Kashmir Blue #5D718B

Tints of Kashmir Blue #5D718B

RGB

 RED value IS 93 (36.72% from 255) = 26.96%

 GREEN value IS 113 (44.53% from 255) = 32.75%

 BLUE value IS 139 (54.69% from 255) = 40.29%

R = 26.96%
G = 32.75%
B = 40.29%

CMYK

 C value IS 0.33

 M value IS 0.19

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#5D718B (or 0x5D718B) is known color: Kashmir Blue. HEX triplet: 5D, 71 and 8B. RGB value is (93,113,139). Sum of RGB (Red+Green+Blue) = 93+113+139=345 (45% of max value = 765). Red value is 93 (36.72% from 255 or 26.96% from 345); Green value is 113 (44.53% from 255 or 32.75% from 345); Blue value is 139 (54.69% from 255 or 40.29% from 345); Max value from RGB is 139 - color contains mainly: blue. Hex color #5D718B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5D718B is #A28E74. Grayscale: #6D6D6D. Windows color (decimal): -10653301 or 9138525. OLE color: 9138525.

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

Color convert

RGB 93 113 139 -
CMYK 0.33 0.19 0 0.45
HSL 213.91º 0.2% 0.45% -
HSV(B) 213.91º 0.33% 0.55% -
XYZ 15.08 16 26.72 -
YUV 109.98 144.37 115.89 -
System Red Green Blue C M Y K H S L
Decimal 93 113 139 0.33 0.19 0 0.45 213.91 0.2 0.45
Hex 5D 71 8B 21 13 0 2D D6 14 2D
Octal 135 161 213 41 23 0 55 326 24 55
Binary 1011101 1110001 10001011 100001 10011 0 101101 11010110 10100 101101

Color Harmonies of #5D718B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D718B

Black with #5D718B

Text Example


Text Example

White with #5D718B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #5D718B;
 }
 .AnyTagClassName
 {
   color: #5D718B;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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