Html Css Color HEX #58708B Kashmir Blue

📋 copy color: '#58708B'

red 88 ◦ green 112 ◦ blue 139

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

Shades of Kashmir Blue #58708B

Tints of Kashmir Blue #58708B

RGB

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

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

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

R = 25.96%
G = 33.04%
B = 41%

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

#58708B (or 0x58708B) is known color: Kashmir Blue. HEX triplet: 58, 70 and 8B. RGB value is (88,112,139). Sum of RGB (Red+Green+Blue) = 88+112+139=339 (44% of max value = 765). Red value is 88 (34.77% from 255 or 25.96% from 339); Green value is 112 (44.14% from 255 or 33.04% from 339); Blue value is 139 (54.69% from 255 or 41.00% from 339); Max value from RGB is 139 - color contains mainly: blue. Hex color #58708B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #58708B is #A78F74. Grayscale: #6B6B6B. Windows color (decimal): -10981237 or 9138264. OLE color: 9138264.

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

Color convert

RGB 88 112 139 -
CMYK 0.37 0.19 0 0.45
HSL 211.76º 0.22% 0.45% -
HSV(B) 211.76º 0.37% 0.55% -
XYZ 14.48 15.53 26.66 -
YUV 107.9 145.55 113.8 -
System Red Green Blue C M Y K H S L
Decimal 88 112 139 0.37 0.19 0 0.45 211.76 0.22 0.45
Hex 58 70 8B 25 13 0 2D D4 16 2D
Octal 130 160 213 45 23 0 55 324 26 55
Binary 1011000 1110000 10001011 100101 10011 0 101101 11010100 10110 101101

Color Harmonies of #58708B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58708B

Black with #58708B

Text Example


Text Example

White with #58708B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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