#1C5958

Color #1C5958 Blue Stone (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Stone #1C5958

Tints of Blue Stone #1C5958

Color information

#1C5958 (or 0x1C5958) is unknown color: approx Blue Stone. HEX triplet: 1C, 59 and 58. RGB value is (28,89,88). Sum of RGB (Red+Green+Blue) = 28+89+88=205 (27% of max value = 765). Red value is 28 (11.33% from 255 or 13.66% from 205); Green value is 89 (35.16% from 255 or 43.41% from 205); Blue value is 88 (34.77% from 255 or 42.93% from 205); Max value from RGB is 89 - color contains mainly: green. Hex color #1C5958 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1C5958 is #E3A6A7. Grayscale: #464646. Windows color (decimal): -14919336 or 5789980. OLE color: 5789980.

HSL color Cylindrical-coordinate representation of color #1C5958: hue angle of 179.02º degrees, saturation: 0.52, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #1C5958 is Cyan = 0.69, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.65.

Color convert

RGB288988-
CMYK0.6900.010.65
HSL179.02º52.14%22.94%-
HSV(B)179.02º68.54%34.9%-
XYZ5.818.110.49-
YUV70.65137.7997.58-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 13.66%
GREEN value IS 89 (35.16% from 255) = 43.41%
BLUE value IS 88 (34.77% from 255) = 42.93%
R=13.66%
G=43.41%
B=42.93%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal2889880.6900.010.65179.0252.1422.94
Hex1C5958450141b33417
Octal34131130105011012636427
Binary111001011001101100010001010110000011011001111010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C5958

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1C5958; }

 p { color: rgb(28,89,88); }

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

<style>
 a { background-color: #1C5958; }

 a { background-color: rgb(28,89,88); }

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

<style>
 span { border-color: #1C5958; }

 span { border-color: rgb(28,89,88); }

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