#58677C

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

Shades of Kashmir Blue #58677C

Tints of Kashmir Blue #58677C

Color information

#58677C (or 0x58677C) is unknown color: approx Kashmir Blue. HEX triplet: 58, 67 and 7C. RGB value is (88,103,124). Sum of RGB (Red+Green+Blue) = 88+103+124=315 (41% of max value = 765). Red value is 88 (34.77% from 255 or 27.94% from 315); Green value is 103 (40.62% from 255 or 32.70% from 315); Blue value is 124 (48.83% from 255 or 39.37% from 315); Max value from RGB is 124 - color contains mainly: blue. Hex color #58677C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #58677C is #A79883. Grayscale: #646464. Windows color (decimal): -10983556 or 8152920. OLE color: 8152920.

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

Color convert

RGB88103124-
CMYK0.290.1700.51
HSL215º16.98%41.57%-
HSV(B)215º29.03%48.63%-
XYZ12.5113.2320.96-
YUV100.91141.03118.79-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 27.94%
GREEN value IS 103 (40.62% from 255) = 32.70%
BLUE value IS 124 (48.83% from 255) = 39.37%
R=27.94%
G=32.70%
B=39.37%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal881031240.290.1700.5121516.9841.57
Hex58677C1D11033d7112a
Octal13014717435210633272152
Binary101100011001111111100111011000101100111101011110001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58677C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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