#1c5c58

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

Shades of Blue Stone #1C5C58

Tints of Blue Stone #1C5C58

Color information

#1C5C58 (or 0x1C5C58) is unknown color: approx Blue Stone. HEX triplet: 1C, 5C and 58. RGB value is (28,92,88). Sum of RGB (Red+Green+Blue) = 28+92+88=208 (27% of max value = 765). Red value is 28 (11.33% from 255 or 13.46% from 208); Green value is 92 (36.33% from 255 or 44.23% from 208); Blue value is 88 (34.77% from 255 or 42.31% from 208); Max value from RGB is 92 - color contains mainly: green. Hex color #1C5C58 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1C5C58 is #E3A3A7. Grayscale: #484848. Windows color (decimal): -14918568 or 5790748. OLE color: 5790748.

HSL color Cylindrical-coordinate representation of color #1C5C58: hue angle of 176.25º degrees, saturation: 0.53, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #1C5C58 is Cyan = 0.70, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.64.

Color convert

RGB289288-
CMYK0.7000.040.64
HSL176.25º53.33%23.53%-
HSV(B)176.25º69.57%36.08%-
XYZ6.078.6110.57-
YUV72.41136.896.33-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 13.46%
GREEN value IS 92 (36.33% from 255) = 44.23%
BLUE value IS 88 (34.77% from 255) = 42.31%
R=13.46%
G=44.23%
B=42.31%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal2892880.7000.040.64176.2553.3323.53
Hex1C5C58460440b03518
Octal34134130106041002606530
Binary11100101110010110001000110010010000001011000011010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1c5c58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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