Html Css Color HEX #58718F Kashmir Blue

📋 copy color: '#58718F'

red 88 ◦ green 113 ◦ blue 143

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

Shades of Kashmir Blue #58718F

Tints of Kashmir Blue #58718F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 41.57%

R = 25.58%
G = 32.85%
B = 41.57%

CMYK

 C value IS 0.38

 M value IS 0.21

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#58718F (or 0x58718F) is known color: Kashmir Blue. HEX triplet: 58, 71 and 8F. RGB value is (88,113,143). Sum of RGB (Red+Green+Blue) = 88+113+143=344 (45% of max value = 765). Red value is 88 (34.77% from 255 or 25.58% from 344); Green value is 113 (44.53% from 255 or 32.85% from 344); Blue value is 143 (56.25% from 255 or 41.57% from 344); Max value from RGB is 143 - color contains mainly: blue. Hex color #58718F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #58718F is #A78E70. Grayscale: #6C6C6C. Windows color (decimal): -10980977 or 9400664. OLE color: 9400664.

HSL color Cylindrical-coordinate representation of color #58718F: hue angle of 212.73º degrees, saturation: 0.24, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #58718F is Cyan = 0.38, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 88 113 143 -
CMYK 0.38 0.21 0 0.44
HSL 212.73º 0.24% 0.45% -
HSV(B) 212.73º 0.38% 0.56% -
XYZ 14.89 15.87 28.26 -
YUV 108.95 147.22 113.06 -
System Red Green Blue C M Y K H S L
Decimal 88 113 143 0.38 0.21 0 0.44 212.73 0.24 0.45
Hex 58 71 8F 26 15 0 2C D5 18 2D
Octal 130 161 217 46 25 0 54 325 30 55
Binary 1011000 1110001 10001111 100110 10101 0 101100 11010101 11000 101101

Color Harmonies of #58718F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58718F

Black with #58718F

Text Example


Text Example

White with #58718F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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