#58718E

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

Shades of Kashmir Blue #58718E

Tints of Kashmir Blue #58718E

Color information

#58718E (or 0x58718E) is unknown color: approx Kashmir Blue. HEX triplet: 58, 71 and 8E. RGB value is (88,113,142). Sum of RGB (Red+Green+Blue) = 88+113+142=343 (45% of max value = 765). Red value is 88 (34.77% from 255 or 25.66% from 343); Green value is 113 (44.53% from 255 or 32.94% from 343); Blue value is 142 (55.86% from 255 or 41.40% from 343); Max value from RGB is 142 - color contains mainly: blue. Hex color #58718E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #58718E is #A78E71. Grayscale: #6C6C6C. Windows color (decimal): -10980978 or 9335128. OLE color: 9335128.

HSL color Cylindrical-coordinate representation of color #58718E: hue angle of 212.22º degrees, saturation: 0.23, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #58718E is Cyan = 0.38, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB88113142-
CMYK0.380.2000.44
HSL212.22º23.48%45.1%-
HSV(B)212.22º38.03%55.69%-
XYZ14.8115.8427.87-
YUV108.83146.72113.14-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 25.66%
GREEN value IS 113 (44.53% from 255) = 32.94%
BLUE value IS 142 (55.86% from 255) = 41.40%
R=25.66%
G=32.94%
B=41.40%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal881131420.380.2000.44212.2223.4845.1
Hex58718E261402Cd4172d
Octal13016121646240543242755
Binary10110001110001100011101001101010001011001101010010111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58718E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #58718E; }

 p { color: rgb(88,113,142); }

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

<style>
 a { background-color: #58718E; }

 a { background-color: rgb(88,113,142); }

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

<style>
 span { border-color: #58718E; }

 span { border-color: rgb(88,113,142); }

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