Html Css Color HEX #155D5E Blue Stone

📋 copy color: '#155D5E'

red 21 ◦ green 93 ◦ blue 94

#155D5E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blue Stone #155D5E

Tints of Blue Stone #155D5E

RGB

 RED value IS 21 (8.59% from 255) = 10.1%

 GREEN value IS 93 (36.72% from 255) = 44.71%

 BLUE value IS 94 (37.11% from 255) = 45.19%

R = 10.1%
G = 44.71%
B = 45.19%

CMYK

 C value IS 0.78

 M value IS 0.01

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#155D5E (or 0x155D5E) is known color: Blue Stone. HEX triplet: 15, 5D and 5E. RGB value is (21,93,94). Sum of RGB (Red+Green+Blue) = 21+93+94=208 (27% of max value = 765). Red value is 21 (8.59% from 255 or 10.10% from 208); Green value is 93 (36.72% from 255 or 44.71% from 208); Blue value is 94 (37.11% from 255 or 45.19% from 208); Max value from RGB is 94 - color contains mainly: blue. Hex color #155D5E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #155D5E is #EAA2A1. Grayscale: #474747. Windows color (decimal): -15377058 or 6184213. OLE color: 6184213.

HSL color Cylindrical-coordinate representation of color #155D5E: hue angle of 180.82º degrees, saturation: 0.63, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #155D5E is Cyan = 0.78, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 21 93 94 -
CMYK 0.78 0.01 0 0.63
HSL 180.82º 0.63% 0.23% -
HSV(B) 180.82º 0.78% 0.37% -
XYZ 6.24 8.8 11.96 -
YUV 71.59 140.65 91.92 -
System Red Green Blue C M Y K H S L
Decimal 21 93 94 0.78 0.01 0 0.63 180.82 0.63 0.23
Hex 15 5D 5E 4E 1 0 3F B5 3F 17
Octal 25 135 136 116 1 0 77 265 77 27
Binary 10101 1011101 1011110 1001110 1 0 111111 10110101 111111 10111

Color Harmonies of #155D5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #155D5E

Black with #155D5E

Text Example


Text Example

White with #155D5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #155D5E; }

 p { color: rgb(21,93,94); }

 H1.HeaderClassName
 {
   color: #155D5E;
 }
 .AnyTagClassName
 {
   color: #155D5E;
 }
</style>

background-color css

<style>
 a { background-color: #155D5E; }

 a { background-color: rgb(21,93,94); }

 div.DivClassName
 {
   background-color: #155D5E;
 }
 .BgClassName
 {
   background-color: #155D5E;
 }
</style>

border-color css

<style>
 span { border-color: #155D5E; }

 span { border-color: rgb(21,93,94); }

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