Html Css Color HEX #58708C Kashmir Blue

📋 copy color: '#58708C'

red 88 ◦ green 112 ◦ blue 140

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

Shades of Kashmir Blue #58708C

Tints of Kashmir Blue #58708C

RGB

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

 GREEN value IS 112 (44.14% from 255) = 32.94%

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

R = 25.88%
G = 32.94%
B = 41.18%

CMYK

 C value IS 0.37

 M value IS 0.20

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#58708C (or 0x58708C) is known color: Kashmir Blue. HEX triplet: 58, 70 and 8C. RGB value is (88,112,140). Sum of RGB (Red+Green+Blue) = 88+112+140=340 (45% of max value = 765). Red value is 88 (34.77% from 255 or 25.88% from 340); Green value is 112 (44.14% from 255 or 32.94% from 340); Blue value is 140 (55.08% from 255 or 41.18% from 340); Max value from RGB is 140 - color contains mainly: blue. Hex color #58708C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #58708C is #A78F73. Grayscale: #6B6B6B. Windows color (decimal): -10981236 or 9203800. OLE color: 9203800.

HSL color Cylindrical-coordinate representation of color #58708C: hue angle of 212.31º 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 #58708C is Cyan = 0.37, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 88 112 140 -
CMYK 0.37 0.20 0 0.45
HSL 212.31º 0.23% 0.45% -
HSV(B) 212.31º 0.37% 0.55% -
XYZ 14.55 15.56 27.05 -
YUV 108.02 146.05 113.72 -
System Red Green Blue C M Y K H S L
Decimal 88 112 140 0.37 0.20 0 0.45 212.31 0.23 0.45
Hex 58 70 8C 25 14 0 2D D4 17 2D
Octal 130 160 214 45 24 0 55 324 27 55
Binary 1011000 1110000 10001100 100101 10100 0 101101 11010100 10111 101101

Color Harmonies of #58708C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58708C

Black with #58708C

Text Example


Text Example

White with #58708C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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