#1B5C56

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

Shades of Blue Stone #1B5C56

Tints of Blue Stone #1B5C56

Color information

#1B5C56 (or 0x1B5C56) is unknown color: approx Blue Stone. HEX triplet: 1B, 5C and 56. RGB value is (27,92,86). Sum of RGB (Red+Green+Blue) = 27+92+86=205 (27% of max value = 765). Red value is 27 (10.94% from 255 or 13.17% from 205); Green value is 92 (36.33% from 255 or 44.88% from 205); Blue value is 86 (33.98% from 255 or 41.95% from 205); Max value from RGB is 92 - color contains mainly: green. Hex color #1B5C56 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1B5C56 is #E4A3A9. Grayscale: #474747. Windows color (decimal): -14984106 or 5659675. OLE color: 5659675.

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

Color convert

RGB279286-
CMYK0.7100.070.64
HSL174.46º54.62%23.33%-
HSV(B)174.46º70.65%36.08%-
XYZ5.968.5610.14-
YUV71.88135.9795.99-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 13.17%
GREEN value IS 92 (36.33% from 255) = 44.88%
BLUE value IS 86 (33.98% from 255) = 41.95%
R=13.17%
G=44.88%
B=41.95%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal2792860.7100.070.64174.4654.6223.33
Hex1B5C56470740ae3717
Octal33134126107071002566727
Binary11011101110010101101000111011110000001010111011011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B5C56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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