#1D5E63

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

Shades of Blue Stone #1D5E63

Tints of Blue Stone #1D5E63

Color information

#1D5E63 (or 0x1D5E63) is unknown color: approx Blue Stone. HEX triplet: 1D, 5E and 63. RGB value is (29,94,99). Sum of RGB (Red+Green+Blue) = 29+94+99=222 (29% of max value = 765). Red value is 29 (11.72% from 255 or 13.06% from 222); Green value is 94 (37.11% from 255 or 42.34% from 222); Blue value is 99 (39.06% from 255 or 44.59% from 222); Max value from RGB is 99 - color contains mainly: blue. Hex color #1D5E63 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1D5E63 is #E2A19C. Grayscale: #4B4B4B. Windows color (decimal): -14852509 or 6512157. OLE color: 6512157.

HSL color Cylindrical-coordinate representation of color #1D5E63: hue angle of 184.29º degrees, saturation: 0.55, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #1D5E63 is Cyan = 0.71, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB299499-
CMYK0.710.0500.61
HSL184.29º54.69%25.1%-
HSV(B)184.29º70.71%38.82%-
XYZ6.769.1713.22-
YUV75.13141.4795.09-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 13.06%
GREEN value IS 94 (37.11% from 255) = 42.34%
BLUE value IS 99 (39.06% from 255) = 44.59%
R=13.06%
G=42.34%
B=44.59%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal2994990.710.0500.61184.2954.6925.1
Hex1D5E6347503Db83719
Octal3513614310750752706731
Binary1110110111101100011100011110101111011011100011011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D5E63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,94,99); }

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

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

 a { background-color: rgb(29,94,99); }

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

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

 span { border-color: rgb(29,94,99); }

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