#1D595D

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

Shades of Blue Stone #1D595D

Tints of Blue Stone #1D595D

Color information

#1D595D (or 0x1D595D) is unknown color: approx Blue Stone. HEX triplet: 1D, 59 and 5D. RGB value is (29,89,93). Sum of RGB (Red+Green+Blue) = 29+89+93=211 (27% of max value = 765). Red value is 29 (11.72% from 255 or 13.74% from 211); Green value is 89 (35.16% from 255 or 42.18% from 211); Blue value is 93 (36.72% from 255 or 44.08% from 211); Max value from RGB is 93 - color contains mainly: blue. Hex color #1D595D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1D595D is #E2A6A2. Grayscale: #474747. Windows color (decimal): -14853795 or 6117661. OLE color: 6117661.

HSL color Cylindrical-coordinate representation of color #1D595D: hue angle of 183.75º 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 #1D595D is Cyan = 0.69, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB298993-
CMYK0.690.0400.64
HSL183.75º52.46%23.92%-
HSV(B)183.75º68.82%36.47%-
XYZ6.058.211.62-
YUV71.52140.1297.67-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 13.74%
GREEN value IS 89 (35.16% from 255) = 42.18%
BLUE value IS 93 (36.72% from 255) = 44.08%
R=13.74%
G=42.18%
B=44.08%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal2989930.690.0400.64183.7552.4623.92
Hex1D595D454040b83418
Octal35131135105401002706430
Binary11101101100110111011000101100010000001011100011010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D595D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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