#1A5D56

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

Shades of Blue Stone #1A5D56

Tints of Blue Stone #1A5D56

Color information

#1A5D56 (or 0x1A5D56) is unknown color: approx Blue Stone. HEX triplet: 1A, 5D and 56. RGB value is (26,93,86). Sum of RGB (Red+Green+Blue) = 26+93+86=205 (27% of max value = 765). Red value is 26 (10.55% from 255 or 12.68% from 205); Green value is 93 (36.72% from 255 or 45.37% from 205); Blue value is 86 (33.98% from 255 or 41.95% from 205); Max value from RGB is 93 - color contains mainly: green. Hex color #1A5D56 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1A5D56 is #E5A2A9. Grayscale: #484848. Windows color (decimal): -15049386 or 5659930. OLE color: 5659930.

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

Color convert

RGB269386-
CMYK0.7200.080.64
HSL173.73º56.3%23.33%-
HSV(B)173.73º72.04%36.47%-
XYZ6.028.7210.17-
YUV72.17135.895.07-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 12.68%
GREEN value IS 93 (36.72% from 255) = 45.37%
BLUE value IS 86 (33.98% from 255) = 41.95%
R=12.68%
G=45.37%
B=41.95%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal2693860.7200.080.64173.7356.323.33
Hex1A5D56480840ae3817
Octal321351261100101002567027
Binary110101011101101011010010000100010000001010111011100010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A5D56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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