Html Css Color HEX #58718C Kashmir Blue

📋 copy color: '#58718C'

red 88 ◦ green 113 ◦ blue 140

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

Shades of Kashmir Blue #58718C

Tints of Kashmir Blue #58718C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 41.06%

R = 25.81%
G = 33.14%
B = 41.06%

CMYK

 C value IS 0.37

 M value IS 0.19

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#58718C (or 0x58718C) is known color: Kashmir Blue. HEX triplet: 58, 71 and 8C. RGB value is (88,113,140). Sum of RGB (Red+Green+Blue) = 88+113+140=341 (45% of max value = 765). Red value is 88 (34.77% from 255 or 25.81% from 341); Green value is 113 (44.53% from 255 or 33.14% from 341); Blue value is 140 (55.08% from 255 or 41.06% from 341); Max value from RGB is 140 - color contains mainly: blue. Hex color #58718C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #58718C is #A78E73. Grayscale: #6C6C6C. Windows color (decimal): -10980980 or 9204056. OLE color: 9204056.

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

Color convert

RGB 88 113 140 -
CMYK 0.37 0.19 0 0.45
HSL 211.15º 0.23% 0.45% -
HSV(B) 211.15º 0.37% 0.55% -
XYZ 14.66 15.78 27.08 -
YUV 108.6 145.72 113.3 -
System Red Green Blue C M Y K H S L
Decimal 88 113 140 0.37 0.19 0 0.45 211.15 0.23 0.45
Hex 58 71 8C 25 13 0 2D D3 17 2D
Octal 130 161 214 45 23 0 55 323 27 55
Binary 1011000 1110001 10001100 100101 10011 0 101101 11010011 10111 101101

Color Harmonies of #58718C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58718C

Black with #58718C

Text Example


Text Example

White with #58718C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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