#1D5C59

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

Shades of Blue Stone #1D5C59

Tints of Blue Stone #1D5C59

Color information

#1D5C59 (or 0x1D5C59) is unknown color: approx Blue Stone. HEX triplet: 1D, 5C and 59. RGB value is (29,92,89). Sum of RGB (Red+Green+Blue) = 29+92+89=210 (27% of max value = 765). Red value is 29 (11.72% from 255 or 13.81% from 210); Green value is 92 (36.33% from 255 or 43.81% from 210); Blue value is 89 (35.16% from 255 or 42.38% from 210); Max value from RGB is 92 - color contains mainly: green. Hex color #1D5C59 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1D5C59 is #E2A3A6. Grayscale: #484848. Windows color (decimal): -14853031 or 5856285. OLE color: 5856285.

HSL color Cylindrical-coordinate representation of color #1D5C59: hue angle of 177.14º degrees, saturation: 0.52, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #1D5C59 is Cyan = 0.68, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.64.

Color convert

RGB299289-
CMYK0.6800.030.64
HSL177.14º52.07%23.73%-
HSV(B)177.14º68.48%36.08%-
XYZ6.148.6410.79-
YUV72.82137.1396.74-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 13.81%
GREEN value IS 92 (36.33% from 255) = 43.81%
BLUE value IS 89 (35.16% from 255) = 42.38%
R=13.81%
G=43.81%
B=42.38%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal2992890.6800.030.64177.1452.0723.73
Hex1D5C59440340b13418
Octal35134131104031002616430
Binary1110110111001011001100010001110000001011000111010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D5C59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,92,89); }

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

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

 a { background-color: rgb(29,92,89); }

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

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

 span { border-color: rgb(29,92,89); }

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