#1A5C58

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

Shades of Blue Stone #1A5C58

Tints of Blue Stone #1A5C58

Color information

#1A5C58 (or 0x1A5C58) is unknown color: approx Blue Stone. HEX triplet: 1A, 5C and 58. RGB value is (26,92,88). Sum of RGB (Red+Green+Blue) = 26+92+88=206 (27% of max value = 765). Red value is 26 (10.55% from 255 or 12.62% from 206); Green value is 92 (36.33% from 255 or 44.66% from 206); Blue value is 88 (34.77% from 255 or 42.72% from 206); Max value from RGB is 92 - color contains mainly: green. Hex color #1A5C58 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1A5C58 is #E5A3A7. Grayscale: #474747. Windows color (decimal): -15049640 or 5790746. OLE color: 5790746.

HSL color Cylindrical-coordinate representation of color #1A5C58: hue angle of 176.36º 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 #1A5C58 is Cyan = 0.72, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.64.

Color convert

RGB269288-
CMYK0.7200.040.64
HSL176.36º55.93%23.14%-
HSV(B)176.36º71.74%36.08%-
XYZ6.018.5810.57-
YUV71.81137.1395.33-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 12.62%
GREEN value IS 92 (36.33% from 255) = 44.66%
BLUE value IS 88 (34.77% from 255) = 42.72%
R=12.62%
G=44.66%
B=42.72%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal2692880.7200.040.64176.3655.9323.14
Hex1A5C58480440b03817
Octal32134130110041002607027
Binary11010101110010110001001000010010000001011000011100010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A5C58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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