#58708B

Color #58708B Kashmir Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Kashmir Blue #58708B

Tints of Kashmir Blue #58708B

Color information

#58708B (or 0x58708B) is unknown color: approx 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

RGB88112139-
CMYK0.370.1900.45
HSL211.76º22.47%44.51%-
HSV(B)211.76º36.69%54.51%-
XYZ14.4815.5326.66-
YUV107.9145.55113.8-

RGB Variations

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

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.00%
R=25.96%
G=33.04%
B=41.00%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal881121390.370.1900.45211.7622.4744.51
Hex58708B251302Dd4162d
Octal13016021345230553242655
Binary10110001110000100010111001011001101011011101010010110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58708B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>