#58728B

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

Shades of Kashmir Blue #58728B

Tints of Kashmir Blue #58728B

Color information

#58728B (or 0x58728B) is unknown color: approx Kashmir Blue. HEX triplet: 58, 72 and 8B. RGB value is (88,114,139). Sum of RGB (Red+Green+Blue) = 88+114+139=341 (45% of max value = 765). Red value is 88 (34.77% from 255 or 25.81% from 341); Green value is 114 (44.92% from 255 or 33.43% from 341); Blue value is 139 (54.69% from 255 or 40.76% from 341); Max value from RGB is 139 - color contains mainly: blue. Hex color #58728B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #58728B is #A78D74. Grayscale: #6C6C6C. Windows color (decimal): -10980725 or 9138776. OLE color: 9138776.

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

Color convert

RGB88114139-
CMYK0.370.1800.45
HSL209.41º22.47%44.51%-
HSV(B)209.41º36.69%54.51%-
XYZ14.715.9726.73-
YUV109.08144.89112.97-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 25.81%
GREEN value IS 114 (44.92% from 255) = 33.43%
BLUE value IS 139 (54.69% from 255) = 40.76%
R=25.81%
G=33.43%
B=40.76%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal881141390.370.1800.45209.4122.4744.51
Hex58728B251202Dd1162d
Octal13016221345220553212655
Binary10110001110010100010111001011001001011011101000110110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58728B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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