#1D605D

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

Shades of Blue Stone #1D605D

Tints of Blue Stone #1D605D

Color information

#1D605D (or 0x1D605D) is unknown color: approx Blue Stone. HEX triplet: 1D, 60 and 5D. RGB value is (29,96,93). Sum of RGB (Red+Green+Blue) = 29+96+93=218 (28% of max value = 765). Red value is 29 (11.72% from 255 or 13.30% from 218); Green value is 96 (37.89% from 255 or 44.04% from 218); Blue value is 93 (36.72% from 255 or 42.66% from 218); Max value from RGB is 96 - color contains mainly: green. Hex color #1D605D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1D605D is #E29FA2. Grayscale: #4B4B4B. Windows color (decimal): -14852003 or 6119453. OLE color: 6119453.

HSL color Cylindrical-coordinate representation of color #1D605D: hue angle of 177.31º degrees, saturation: 0.54, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #1D605D is Cyan = 0.70, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.62.

Color convert

RGB299693-
CMYK0.7000.030.62
HSL177.31º53.6%24.51%-
HSV(B)177.31º69.79%37.65%-
XYZ6.679.4211.82-
YUV75.62137.894.74-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 13.30%
GREEN value IS 96 (37.89% from 255) = 44.04%
BLUE value IS 93 (36.72% from 255) = 42.66%
R=13.30%
G=44.04%
B=42.66%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2996930.7000.030.62177.3153.624.51
Hex1D605D46033Eb13619
Octal3514013510603762616631
Binary111011100000101110110001100111111101011000111011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D605D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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