#1F5D5C

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

Shades of Blue Stone #1F5D5C

Tints of Blue Stone #1F5D5C

Color information

#1F5D5C (or 0x1F5D5C) is unknown color: approx Blue Stone. HEX triplet: 1F, 5D and 5C. RGB value is (31,93,92). Sum of RGB (Red+Green+Blue) = 31+93+92=216 (28% of max value = 765). Red value is 31 (12.5% from 255 or 14.35% from 216); Green value is 93 (36.72% from 255 or 43.06% from 216); Blue value is 92 (36.33% from 255 or 42.59% from 216); Max value from RGB is 93 - color contains mainly: green. Hex color #1F5D5C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1F5D5C is #E0A2A3. Grayscale: #4A4A4A. Windows color (decimal): -14721700 or 6053151. OLE color: 6053151.

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

Color convert

RGB319392-
CMYK0.6700.010.64
HSL179.03º50%24.31%-
HSV(B)179.03º66.67%36.47%-
XYZ6.418.8911.5-
YUV74.35137.9697.08-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 14.35%
GREEN value IS 93 (36.72% from 255) = 43.06%
BLUE value IS 92 (36.33% from 255) = 42.59%
R=14.35%
G=43.06%
B=42.59%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal3193920.6700.010.64179.035024.31
Hex1F5D5C430140b33218
Octal37135134103011002636230
Binary111111011101101110010000110110000001011001111001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F5D5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,93,92); }

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

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

 a { background-color: rgb(31,93,92); }

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

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

 span { border-color: rgb(31,93,92); }

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