#1F5C58

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

Shades of Blue Stone #1F5C58

Tints of Blue Stone #1F5C58

Color information

#1F5C58 (or 0x1F5C58) is unknown color: approx Blue Stone. HEX triplet: 1F, 5C and 58. RGB value is (31,92,88). Sum of RGB (Red+Green+Blue) = 31+92+88=211 (27% of max value = 765). Red value is 31 (12.5% from 255 or 14.69% from 211); Green value is 92 (36.33% from 255 or 43.60% from 211); Blue value is 88 (34.77% from 255 or 41.71% from 211); Max value from RGB is 92 - color contains mainly: green. Hex color #1F5C58 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1F5C58 is #E0A3A7. Grayscale: #494949. Windows color (decimal): -14721960 or 5790751. OLE color: 5790751.

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

Color convert

RGB319288-
CMYK0.6600.040.64
HSL176.07º49.59%24.12%-
HSV(B)176.07º66.3%36.08%-
XYZ6.158.6510.58-
YUV73.3136.2997.83-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 14.69%
GREEN value IS 92 (36.33% from 255) = 43.60%
BLUE value IS 88 (34.77% from 255) = 41.71%
R=14.69%
G=43.60%
B=41.71%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal3192880.6600.040.64176.0749.5924.12
Hex1F5C58420440b03218
Octal37134130102041002606230
Binary11111101110010110001000010010010000001011000011001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F5C58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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