#1A5D58

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

Shades of Blue Stone #1A5D58

Tints of Blue Stone #1A5D58

Color information

#1A5D58 (or 0x1A5D58) is unknown color: approx Blue Stone. HEX triplet: 1A, 5D and 58. RGB value is (26,93,88). Sum of RGB (Red+Green+Blue) = 26+93+88=207 (27% of max value = 765). Red value is 26 (10.55% from 255 or 12.56% from 207); Green value is 93 (36.72% from 255 or 44.93% from 207); Blue value is 88 (34.77% from 255 or 42.51% from 207); Max value from RGB is 93 - color contains mainly: green. Hex color #1A5D58 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1A5D58 is #E5A2A7. Grayscale: #484848. Windows color (decimal): -15049384 or 5791002. OLE color: 5791002.

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

Color convert

RGB269388-
CMYK0.7200.050.64
HSL175.52º56.3%23.33%-
HSV(B)175.52º72.04%36.47%-
XYZ6.18.7510.6-
YUV72.4136.894.91-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 12.56%
GREEN value IS 93 (36.72% from 255) = 44.93%
BLUE value IS 88 (34.77% from 255) = 42.51%
R=12.56%
G=44.93%
B=42.51%

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
Decimal2693880.7200.050.64175.5256.323.33
Hex1A5D58480540b03817
Octal32135130110051002607027
Binary11010101110110110001001000010110000001011000011100010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A5D58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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