Html Css Color HEX #58718D Kashmir Blue

📋 copy color: '#58718D'

red 88 ◦ green 113 ◦ blue 141

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

Shades of Kashmir Blue #58718D

Tints of Kashmir Blue #58718D

RGB

 RED value IS 88 (34.77% from 255) = 25.73%

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

 BLUE value IS 141 (55.47% from 255) = 41.23%

R = 25.73%
G = 33.04%
B = 41.23%

CMYK

 C value IS 0.38

 M value IS 0.20

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#58718D (or 0x58718D) is known color: Kashmir Blue. HEX triplet: 58, 71 and 8D. RGB value is (88,113,141). Sum of RGB (Red+Green+Blue) = 88+113+141=342 (45% of max value = 765). Red value is 88 (34.77% from 255 or 25.73% from 342); Green value is 113 (44.53% from 255 or 33.04% from 342); Blue value is 141 (55.47% from 255 or 41.23% from 342); Max value from RGB is 141 - color contains mainly: blue. Hex color #58718D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #58718D is #A78E72. Grayscale: #6C6C6C. Windows color (decimal): -10980979 or 9269592. OLE color: 9269592.

HSL color Cylindrical-coordinate representation of color #58718D: hue angle of 211.7º degrees, saturation: 0.23, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #58718D is Cyan = 0.38, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 88 113 141 -
CMYK 0.38 0.20 0 0.45
HSL 211.7º 0.23% 0.45% -
HSV(B) 211.7º 0.38% 0.55% -
XYZ 14.74 15.81 27.47 -
YUV 108.72 146.22 113.22 -
System Red Green Blue C M Y K H S L
Decimal 88 113 141 0.38 0.20 0 0.45 211.7 0.23 0.45
Hex 58 71 8D 26 14 0 2D D4 17 2D
Octal 130 161 215 46 24 0 55 324 27 55
Binary 1011000 1110001 10001101 100110 10100 0 101101 11010100 10111 101101

Color Harmonies of #58718D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58718D

Black with #58718D

Text Example


Text Example

White with #58718D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #58718D; }

 p { color: rgb(88,113,141); }

 H1.HeaderClassName
 {
   color: #58718D;
 }
 .AnyTagClassName
 {
   color: #58718D;
 }
</style>

background-color css

<style>
 a { background-color: #58718D; }

 a { background-color: rgb(88,113,141); }

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

border-color css

<style>
 span { border-color: #58718D; }

 span { border-color: rgb(88,113,141); }

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