#1D5D5B

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

Shades of Blue Stone #1D5D5B

Tints of Blue Stone #1D5D5B

Color information

#1D5D5B (or 0x1D5D5B) is unknown color: approx Blue Stone. HEX triplet: 1D, 5D and 5B. RGB value is (29,93,91). Sum of RGB (Red+Green+Blue) = 29+93+91=213 (28% of max value = 765). Red value is 29 (11.72% from 255 or 13.62% from 213); Green value is 93 (36.72% from 255 or 43.66% from 213); Blue value is 91 (35.94% from 255 or 42.72% from 213); Max value from RGB is 93 - color contains mainly: green. Hex color #1D5D5B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1D5D5B is #E2A2A4. Grayscale: #494949. Windows color (decimal): -14852773 or 5987613. OLE color: 5987613.

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

Color convert

RGB299391-
CMYK0.6900.020.64
HSL178.12º52.46%23.92%-
HSV(B)178.12º68.82%36.47%-
XYZ6.318.8511.27-
YUV73.64137.896.16-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 13.62%
GREEN value IS 93 (36.72% from 255) = 43.66%
BLUE value IS 91 (35.94% from 255) = 42.72%
R=13.62%
G=43.66%
B=42.72%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal2993910.6900.020.64178.1252.4623.92
Hex1D5D5B450240b23418
Octal35135133105021002626430
Binary1110110111011011011100010101010000001011001011010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D5D5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,93,91); }

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

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

 a { background-color: rgb(29,93,91); }

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

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

 span { border-color: rgb(29,93,91); }

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