Html Css Color HEX #155D5F Blue Stone

📋 copy color: '#155D5F'

red 21 ◦ green 93 ◦ blue 95

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

Shades of Blue Stone #155D5F

Tints of Blue Stone #155D5F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 45.45%

R = 10.05%
G = 44.5%
B = 45.45%

CMYK

 C value IS 0.78

 M value IS 0.02

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#155D5F (or 0x155D5F) is known color: Blue Stone. HEX triplet: 15, 5D and 5F. RGB value is (21,93,95). Sum of RGB (Red+Green+Blue) = 21+93+95=209 (27% of max value = 765). Red value is 21 (8.59% from 255 or 10.05% from 209); Green value is 93 (36.72% from 255 or 44.50% from 209); Blue value is 95 (37.5% from 255 or 45.45% from 209); Max value from RGB is 95 - color contains mainly: blue. Hex color #155D5F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #155D5F is #EAA2A0. Grayscale: #474747. Windows color (decimal): -15377057 or 6249749. OLE color: 6249749.

HSL color Cylindrical-coordinate representation of color #155D5F: hue angle of 181.62º degrees, saturation: 0.64, 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 #155D5F is Cyan = 0.78, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 21 93 95 -
CMYK 0.78 0.02 0 0.63
HSL 181.62º 0.64% 0.23% -
HSV(B) 181.62º 0.78% 0.37% -
XYZ 6.29 8.81 12.2 -
YUV 71.7 141.15 91.84 -
System Red Green Blue C M Y K H S L
Decimal 21 93 95 0.78 0.02 0 0.63 181.62 0.64 0.23
Hex 15 5D 5F 4E 2 0 3F B6 40 17
Octal 25 135 137 116 2 0 77 266 100 27
Binary 10101 1011101 1011111 1001110 10 0 111111 10110110 1000000 10111

Color Harmonies of #155D5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #155D5F

Black with #155D5F

Text Example


Text Example

White with #155D5F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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