#58728D

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

Shades of Kashmir Blue #58728D

Tints of Kashmir Blue #58728D

Color information

#58728D (or 0x58728D) is unknown color: approx Kashmir Blue. HEX triplet: 58, 72 and 8D. RGB value is (88,114,141). Sum of RGB (Red+Green+Blue) = 88+114+141=343 (45% of max value = 765). Red value is 88 (34.77% from 255 or 25.66% from 343); Green value is 114 (44.92% from 255 or 33.24% from 343); Blue value is 141 (55.47% from 255 or 41.11% from 343); Max value from RGB is 141 - color contains mainly: blue. Hex color #58728D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #58728D is #A78D72. Grayscale: #6D6D6D. Windows color (decimal): -10980723 or 9269848. OLE color: 9269848.

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

Color convert

RGB88114141-
CMYK0.380.1900.45
HSL210.57º23.14%44.9%-
HSV(B)210.57º37.59%55.29%-
XYZ14.8516.0327.51-
YUV109.3145.89112.8-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 25.66%
GREEN value IS 114 (44.92% from 255) = 33.24%
BLUE value IS 141 (55.47% from 255) = 41.11%
R=25.66%
G=33.24%
B=41.11%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal881141410.380.1900.45210.5723.1444.9
Hex58728D261302Dd3172d
Octal13016221546230553232755
Binary10110001110010100011011001101001101011011101001110111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58728D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #58728D; }

 p { color: rgb(88,114,141); }

 H1.HeaderClassName
 {
   color: #58728D;
 }
 .AnyTagClassName
 {
   color: #58728D;
 }
</style>
background-color css

<style>
 a { background-color: #58728D; }

 a { background-color: rgb(88,114,141); }

 div.DivClassName
 {
   background-color: #58728D;
 }
 .BgClassName
 {
   background-color: #58728D;
 }
</style>
border-color css

<style>
 span { border-color: #58728D; }

 span { border-color: rgb(88,114,141); }

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