#1D5557

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

Shades of Blue Stone #1D5557

Tints of Blue Stone #1D5557

Color information

#1D5557 (or 0x1D5557) is unknown color: approx Blue Stone. HEX triplet: 1D, 55 and 57. RGB value is (29,85,87). Sum of RGB (Red+Green+Blue) = 29+85+87=201 (26% of max value = 765). Red value is 29 (11.72% from 255 or 14.43% from 201); Green value is 85 (33.59% from 255 or 42.29% from 201); Blue value is 87 (34.38% from 255 or 43.28% from 201); Max value from RGB is 87 - color contains mainly: blue. Hex color #1D5557 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1D5557 is #E2AAA8. Grayscale: #444444. Windows color (decimal): -14854825 or 5723421. OLE color: 5723421.

HSL color Cylindrical-coordinate representation of color #1D5557: hue angle of 182.07º degrees, saturation: 0.5, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #1D5557 is Cyan = 0.67, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB298587-
CMYK0.670.0200.66
HSL182.07º50%22.75%-
HSV(B)182.07º66.67%34.12%-
XYZ5.487.4510.17-
YUV68.48138.4599.84-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 14.43%
GREEN value IS 85 (33.59% from 255) = 42.29%
BLUE value IS 87 (34.38% from 255) = 43.28%
R=14.43%
G=42.29%
B=43.28%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal2985870.670.0200.66182.075022.75
Hex1D5557432042b63217
Octal35125127103201022666227
Binary1110110101011010111100001110010000101011011011001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D5557

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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