#1D5A5A

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

Shades of Blue Stone #1D5A5A

Tints of Blue Stone #1D5A5A

Color information

#1D5A5A (or 0x1D5A5A) is unknown color: approx Blue Stone. HEX triplet: 1D, 5A and 5A. RGB value is (29,90,90). Sum of RGB (Red+Green+Blue) = 29+90+90=209 (27% of max value = 765). Red value is 29 (11.72% from 255 or 13.88% from 209); Green value is 90 (35.55% from 255 or 43.06% from 209); Blue value is 90 (35.55% from 255 or 43.06% from 209); Max value from RGB is 90 - color contains mainly: green, blue. Hex color #1D5A5A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1D5A5A is #E2A5A5. Grayscale: #474747. Windows color (decimal): -14853542 or 5921309. OLE color: 5921309.

HSL color Cylindrical-coordinate representation of color #1D5A5A: hue angle of 180º degrees, saturation: 0.51, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #1D5A5A is Cyan = 0.68, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB299090-
CMYK0.68000.65
HSL180º51.26%23.33%-
HSV(B)180º67.78%35.29%-
XYZ6.018.3110.96-
YUV71.76138.2997.5-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 13.88%
GREEN value IS 90 (35.55% from 255) = 43.06%
BLUE value IS 90 (35.55% from 255) = 43.06%
R=13.88%
G=43.06%
B=43.06%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal2990900.68000.6518051.2623.33
Hex1D5A5A440041b43317
Octal35132132104001012646327
Binary111011011010101101010001000010000011011010011001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D5A5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,90,90); }

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

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

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

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

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

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

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