#1D575C

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

Shades of Blue Stone #1D575C

Tints of Blue Stone #1D575C

Color information

#1D575C (or 0x1D575C) is unknown color: approx Blue Stone. HEX triplet: 1D, 57 and 5C. RGB value is (29,87,92). Sum of RGB (Red+Green+Blue) = 29+87+92=208 (27% of max value = 765). Red value is 29 (11.72% from 255 or 13.94% from 208); Green value is 87 (34.38% from 255 or 41.83% from 208); Blue value is 92 (36.33% from 255 or 44.23% from 208); Max value from RGB is 92 - color contains mainly: blue. Hex color #1D575C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1D575C is #E2A8A3. Grayscale: #464646. Windows color (decimal): -14854308 or 6051613. OLE color: 6051613.

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

Color convert

RGB298792-
CMYK0.680.0500.64
HSL184.76º52.07%23.73%-
HSV(B)184.76º68.48%36.08%-
XYZ5.857.8511.33-
YUV70.23140.2898.59-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 13.94%
GREEN value IS 87 (34.38% from 255) = 41.83%
BLUE value IS 92 (36.33% from 255) = 44.23%
R=13.94%
G=41.83%
B=44.23%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal2987920.680.0500.64184.7652.0723.73
Hex1D575C445040b93418
Octal35127134104501002716430
Binary11101101011110111001000100101010000001011100111010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D575C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,87,92); }

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

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

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

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

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

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

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