#1B5956

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

Shades of Blue Stone #1B5956

Tints of Blue Stone #1B5956

Color information

#1B5956 (or 0x1B5956) is unknown color: approx Blue Stone. HEX triplet: 1B, 59 and 56. RGB value is (27,89,86). Sum of RGB (Red+Green+Blue) = 27+89+86=202 (26% of max value = 765). Red value is 27 (10.94% from 255 or 13.37% from 202); Green value is 89 (35.16% from 255 or 44.06% from 202); Blue value is 86 (33.98% from 255 or 42.57% from 202); Max value from RGB is 89 - color contains mainly: green. Hex color #1B5956 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1B5956 is #E4A6A9. Grayscale: #464646. Windows color (decimal): -14984874 or 5658907. OLE color: 5658907.

HSL color Cylindrical-coordinate representation of color #1B5956: hue angle of 177.1º degrees, saturation: 0.53, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #1B5956 is Cyan = 0.70, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.65.

Color convert

RGB278986-
CMYK0.7000.030.65
HSL177.1º53.45%22.75%-
HSV(B)177.1º69.66%34.9%-
XYZ5.78.0510.06-
YUV70.12136.9697.24-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 13.37%
GREEN value IS 89 (35.16% from 255) = 44.06%
BLUE value IS 86 (33.98% from 255) = 42.57%
R=13.37%
G=44.06%
B=42.57%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal2789860.7000.030.65177.153.4522.75
Hex1B5956460341b13517
Octal33131126106031012616527
Binary1101110110011010110100011001110000011011000111010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B5956

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,89,86); }

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

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

 a { background-color: rgb(27,89,86); }

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

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

 span { border-color: rgb(27,89,86); }

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