#1F5A58

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

Shades of Blue Stone #1F5A58

Tints of Blue Stone #1F5A58

Color information

#1F5A58 (or 0x1F5A58) is unknown color: approx Blue Stone. HEX triplet: 1F, 5A and 58. RGB value is (31,90,88). Sum of RGB (Red+Green+Blue) = 31+90+88=209 (27% of max value = 765). Red value is 31 (12.5% from 255 or 14.83% from 209); Green value is 90 (35.55% from 255 or 43.06% from 209); Blue value is 88 (34.77% from 255 or 42.11% from 209); Max value from RGB is 90 - color contains mainly: green. Hex color #1F5A58 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1F5A58 is #E0A5A7. Grayscale: #484848. Windows color (decimal): -14722472 or 5790239. OLE color: 5790239.

HSL color Cylindrical-coordinate representation of color #1F5A58: hue angle of 177.97º degrees, saturation: 0.49, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #1F5A58 is Cyan = 0.66, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.65.

Color convert

RGB319088-
CMYK0.6600.020.65
HSL177.97º48.76%23.73%-
HSV(B)177.97º65.56%35.29%-
XYZ5.988.3110.52-
YUV72.13136.9598.66-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 14.83%
GREEN value IS 90 (35.55% from 255) = 43.06%
BLUE value IS 88 (34.77% from 255) = 42.11%
R=14.83%
G=43.06%
B=42.11%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal3190880.6600.020.65177.9748.7623.73
Hex1F5A58420241b23118
Octal37132130102021012626130
Binary1111110110101011000100001001010000011011001011000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F5A58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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