#58718C

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

Shades of Kashmir Blue #58718C

Tints of Kashmir Blue #58718C

Color information

#58718C (or 0x58718C) is unknown color: approx 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

RGB88113140-
CMYK0.370.1900.45
HSL211.15º22.81%44.71%-
HSV(B)211.15º37.14%54.9%-
XYZ14.6615.7827.08-
YUV108.6145.72113.3-

RGB Variations

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

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 (Cyan) values IS 0.37
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal881131400.370.1900.45211.1522.8144.71
Hex58718C251302Dd3172d
Octal13016121445230553232755
Binary10110001110001100011001001011001101011011101001110111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58718C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



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