#58728A

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

Shades of Kashmir Blue #58728A

Tints of Kashmir Blue #58728A

Color information

#58728A (or 0x58728A) is unknown color: approx Kashmir Blue. HEX triplet: 58, 72 and 8A. RGB value is (88,114,138). Sum of RGB (Red+Green+Blue) = 88+114+138=340 (45% of max value = 765). Red value is 88 (34.77% from 255 or 25.88% from 340); Green value is 114 (44.92% from 255 or 33.53% from 340); Blue value is 138 (54.30% from 255 or 40.59% from 340); Max value from RGB is 138 - color contains mainly: blue. Hex color #58728A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #58728A is #A78D75. Grayscale: #6C6C6C. Windows color (decimal): -10980726 or 9073240. OLE color: 9073240.

HSL color Cylindrical-coordinate representation of color #58728A: hue angle of 208.8º degrees, saturation: 0.22, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #58728A is Cyan = 0.36, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB88114138-
CMYK0.360.1700.46
HSL208.8º22.12%44.31%-
HSV(B)208.8º36.23%54.12%-
XYZ14.6315.9426.35-
YUV108.96144.39113.05-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 25.88%
GREEN value IS 114 (44.92% from 255) = 33.53%
BLUE value IS 138 (54.30% from 255) = 40.59%
R=25.88%
G=33.53%
B=40.59%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal881141380.360.1700.46208.822.1244.31
Hex58728A241102Ed1162c
Octal13016221244210563212654
Binary10110001110010100010101001001000101011101101000110110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58728A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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