#58748D

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

Shades of Kashmir Blue #58748D

Tints of Kashmir Blue #58748D

Color information

#58748D (or 0x58748D) is unknown color: approx Kashmir Blue. HEX triplet: 58, 74 and 8D. RGB value is (88,116,141). Sum of RGB (Red+Green+Blue) = 88+116+141=345 (45% of max value = 765). Red value is 88 (34.77% from 255 or 25.51% from 345); Green value is 116 (45.70% from 255 or 33.62% from 345); Blue value is 141 (55.47% from 255 or 40.87% from 345); Max value from RGB is 141 - color contains mainly: blue. Hex color #58748D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #58748D is #A78B72. Grayscale: #6E6E6E. Windows color (decimal): -10980211 or 9270360. OLE color: 9270360.

HSL color Cylindrical-coordinate representation of color #58748D: hue angle of 208.3º 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 #58748D is Cyan = 0.38, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB88116141-
CMYK0.380.1800.45
HSL208.3º23.14%44.9%-
HSV(B)208.3º37.59%55.29%-
XYZ15.0816.4927.59-
YUV110.48145.22111.97-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 25.51%
GREEN value IS 116 (45.70% from 255) = 33.62%
BLUE value IS 141 (55.47% from 255) = 40.87%
R=25.51%
G=33.62%
B=40.87%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal881161410.380.1800.45208.323.1444.9
Hex58748D261202Dd0172d
Octal13016421546220553202755
Binary10110001110100100011011001101001001011011101000010111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58748D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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