#58677E

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

Shades of Kashmir Blue #58677E

Tints of Kashmir Blue #58677E

Color information

#58677E (or 0x58677E) is unknown color: approx Kashmir Blue. HEX triplet: 58, 67 and 7E. RGB value is (88,103,126). Sum of RGB (Red+Green+Blue) = 88+103+126=317 (41% of max value = 765). Red value is 88 (34.77% from 255 or 27.76% from 317); Green value is 103 (40.62% from 255 or 32.49% from 317); Blue value is 126 (49.61% from 255 or 39.75% from 317); Max value from RGB is 126 - color contains mainly: blue. Hex color #58677E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #58677E is #A79881. Grayscale: #656565. Windows color (decimal): -10983554 or 8283992. OLE color: 8283992.

HSL color Cylindrical-coordinate representation of color #58677E: hue angle of 216.32º degrees, saturation: 0.18, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #58677E is Cyan = 0.30, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB88103126-
CMYK0.300.1800.51
HSL216.32º17.76%41.96%-
HSV(B)216.32º30.16%49.41%-
XYZ12.6413.2821.64-
YUV101.14142.03118.63-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 27.76%
GREEN value IS 103 (40.62% from 255) = 32.49%
BLUE value IS 126 (49.61% from 255) = 39.75%
R=27.76%
G=32.49%
B=39.75%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal881031260.300.1800.51216.3217.7641.96
Hex58677E1E12033d8122a
Octal13014717636220633302252
Binary101100011001111111110111101001001100111101100010010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58677E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(88,103,126); }

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

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

 a { background-color: rgb(88,103,126); }

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

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

 span { border-color: rgb(88,103,126); }

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