#1A5C57

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

Shades of Blue Stone #1A5C57

Tints of Blue Stone #1A5C57

Color information

#1A5C57 (or 0x1A5C57) is unknown color: approx Blue Stone. HEX triplet: 1A, 5C and 57. RGB value is (26,92,87). Sum of RGB (Red+Green+Blue) = 26+92+87=205 (27% of max value = 765). Red value is 26 (10.55% from 255 or 12.68% from 205); Green value is 92 (36.33% from 255 or 44.88% from 205); Blue value is 87 (34.38% from 255 or 42.44% from 205); Max value from RGB is 92 - color contains mainly: green. Hex color #1A5C57 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1A5C57 is #E5A3A8. Grayscale: #474747. Windows color (decimal): -15049641 or 5725210. OLE color: 5725210.

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

Color convert

RGB269287-
CMYK0.7200.050.64
HSL175.45º55.93%23.14%-
HSV(B)175.45º71.74%36.08%-
XYZ5.978.5610.35-
YUV71.7136.6395.41-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 12.68%
GREEN value IS 92 (36.33% from 255) = 44.88%
BLUE value IS 87 (34.38% from 255) = 42.44%
R=12.68%
G=44.88%
B=42.44%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal2692870.7200.050.64175.4555.9323.14
Hex1A5C57480540af3817
Octal32134127110051002577027
Binary11010101110010101111001000010110000001010111111100010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A5C57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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