#1B5E58

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

Shades of Blue Stone #1B5E58

Tints of Blue Stone #1B5E58

Color information

#1B5E58 (or 0x1B5E58) is unknown color: approx Blue Stone. HEX triplet: 1B, 5E and 58. RGB value is (27,94,88). Sum of RGB (Red+Green+Blue) = 27+94+88=209 (27% of max value = 765). Red value is 27 (10.94% from 255 or 12.92% from 209); Green value is 94 (37.11% from 255 or 44.98% from 209); Blue value is 88 (34.77% from 255 or 42.11% from 209); Max value from RGB is 94 - color contains mainly: green. Hex color #1B5E58 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1B5E58 is #E4A1A7. Grayscale: #494949. Windows color (decimal): -14983592 or 5791259. OLE color: 5791259.

HSL color Cylindrical-coordinate representation of color #1B5E58: hue angle of 174.63º degrees, saturation: 0.55, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #1B5E58 is Cyan = 0.71, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.63.

Color convert

RGB279488-
CMYK0.7100.060.63
HSL174.63º55.37%23.73%-
HSV(B)174.63º71.28%36.86%-
XYZ6.228.9410.63-
YUV73.28136.394.99-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 12.92%
GREEN value IS 94 (37.11% from 255) = 44.98%
BLUE value IS 88 (34.77% from 255) = 42.11%
R=12.92%
G=44.98%
B=42.11%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal2794880.7100.060.63174.6355.3723.73
Hex1B5E5847063Faf3718
Octal3313613010706772576730
Binary1101110111101011000100011101101111111010111111011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B5E58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,94,88); }

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

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

 a { background-color: rgb(27,94,88); }

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

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

 span { border-color: rgb(27,94,88); }

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