#58738B

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

Shades of Kashmir Blue #58738B

Tints of Kashmir Blue #58738B

Color information

#58738B (or 0x58738B) is unknown color: approx Kashmir Blue. HEX triplet: 58, 73 and 8B. RGB value is (88,115,139). Sum of RGB (Red+Green+Blue) = 88+115+139=342 (45% of max value = 765). Red value is 88 (34.77% from 255 or 25.73% from 342); Green value is 115 (45.31% from 255 or 33.63% from 342); Blue value is 139 (54.69% from 255 or 40.64% from 342); Max value from RGB is 139 - color contains mainly: blue. Hex color #58738B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #58738B is #A78C74. Grayscale: #6D6D6D. Windows color (decimal): -10980469 or 9139032. OLE color: 9139032.

HSL color Cylindrical-coordinate representation of color #58738B: hue angle of 208.24º degrees, saturation: 0.22, 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 #58738B is Cyan = 0.37, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB88115139-
CMYK0.370.1700.45
HSL208.24º22.47%44.51%-
HSV(B)208.24º36.69%54.51%-
XYZ14.8216.226.77-
YUV109.66144.55112.55-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 25.73%
GREEN value IS 115 (45.31% from 255) = 33.63%
BLUE value IS 139 (54.69% from 255) = 40.64%
R=25.73%
G=33.63%
B=40.64%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal881151390.370.1700.45208.2422.4744.51
Hex58738B251102Dd0162d
Octal13016321345210553202655
Binary10110001110011100010111001011000101011011101000010110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58738B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #58738B; }

 p { color: rgb(88,115,139); }

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

<style>
 a { background-color: #58738B; }

 a { background-color: rgb(88,115,139); }

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

<style>
 span { border-color: #58738B; }

 span { border-color: rgb(88,115,139); }

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