#1A5F58

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

Shades of Blue Stone #1A5F58

Tints of Blue Stone #1A5F58

Color information

#1A5F58 (or 0x1A5F58) is unknown color: approx Blue Stone. HEX triplet: 1A, 5F and 58. RGB value is (26,95,88). Sum of RGB (Red+Green+Blue) = 26+95+88=209 (27% of max value = 765). Red value is 26 (10.55% from 255 or 12.44% from 209); Green value is 95 (37.5% from 255 or 45.45% from 209); Blue value is 88 (34.77% from 255 or 42.11% from 209); Max value from RGB is 95 - color contains mainly: green. Hex color #1A5F58 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1A5F58 is #E5A0A7. Grayscale: #494949. Windows color (decimal): -15048872 or 5791514. OLE color: 5791514.

HSL color Cylindrical-coordinate representation of color #1A5F58: hue angle of 173.91º degrees, saturation: 0.57, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #1A5F58 is Cyan = 0.73, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.63.

Color convert

RGB269588-
CMYK0.7300.070.63
HSL173.91º57.02%23.73%-
HSV(B)173.91º72.63%37.25%-
XYZ6.289.1110.66-
YUV73.57136.1494.07-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 12.44%
GREEN value IS 95 (37.5% from 255) = 45.45%
BLUE value IS 88 (34.77% from 255) = 42.11%
R=12.44%
G=45.45%
B=42.11%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal2695880.7300.070.63173.9157.0223.73
Hex1A5F5849073Fae3918
Octal3213713011107772567130
Binary1101010111111011000100100101111111111010111011100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A5F58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,95,88); }

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

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

 a { background-color: rgb(26,95,88); }

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

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

 span { border-color: rgb(26,95,88); }

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