#1D5A57

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

Shades of Blue Stone #1D5A57

Tints of Blue Stone #1D5A57

Color information

#1D5A57 (or 0x1D5A57) is unknown color: approx Blue Stone. HEX triplet: 1D, 5A and 57. RGB value is (29,90,87). Sum of RGB (Red+Green+Blue) = 29+90+87=206 (27% of max value = 765). Red value is 29 (11.72% from 255 or 14.08% from 206); Green value is 90 (35.55% from 255 or 43.69% from 206); Blue value is 87 (34.38% from 255 or 42.23% from 206); Max value from RGB is 90 - color contains mainly: green. Hex color #1D5A57 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1D5A57 is #E2A5A8. Grayscale: #474747. Windows color (decimal): -14853545 or 5724701. OLE color: 5724701.

HSL color Cylindrical-coordinate representation of color #1D5A57: hue angle of 177.05º degrees, saturation: 0.51, 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 #1D5A57 is Cyan = 0.68, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.65.

Color convert

RGB299087-
CMYK0.6800.030.65
HSL177.05º51.26%23.33%-
HSV(B)177.05º67.78%35.29%-
XYZ5.888.2610.3-
YUV71.42136.7997.74-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 14.08%
GREEN value IS 90 (35.55% from 255) = 43.69%
BLUE value IS 87 (34.38% from 255) = 42.23%
R=14.08%
G=43.69%
B=42.23%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal2990870.6800.030.65177.0551.2623.33
Hex1D5A57440341b13317
Octal35132127104031012616327
Binary1110110110101010111100010001110000011011000111001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D5A57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,90,87); }

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

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

 a { background-color: rgb(29,90,87); }

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

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

 span { border-color: rgb(29,90,87); }

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