#1C5758

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

Shades of Blue Stone #1C5758

Tints of Blue Stone #1C5758

Color information

#1C5758 (or 0x1C5758) is unknown color: approx Blue Stone. HEX triplet: 1C, 57 and 58. RGB value is (28,87,88). Sum of RGB (Red+Green+Blue) = 28+87+88=203 (26% of max value = 765). Red value is 28 (11.33% from 255 or 13.79% from 203); Green value is 87 (34.38% from 255 or 42.86% from 203); Blue value is 88 (34.77% from 255 or 43.35% from 203); Max value from RGB is 88 - color contains mainly: blue. Hex color #1C5758 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1C5758 is #E3A8A7. Grayscale: #454545. Windows color (decimal): -14919848 or 5789468. OLE color: 5789468.

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

Color convert

RGB288788-
CMYK0.680.0100.65
HSL181º51.72%22.75%-
HSV(B)181º68.18%34.51%-
XYZ5.657.7710.43-
YUV69.47138.4598.42-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 13.79%
GREEN value IS 87 (34.38% from 255) = 42.86%
BLUE value IS 88 (34.77% from 255) = 43.35%
R=13.79%
G=42.86%
B=43.35%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal2887880.680.0100.6518151.7222.75
Hex1C5758441041b53417
Octal34127130104101012656427
Binary111001010111101100010001001010000011011010111010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C5758

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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