Html Css Color HEX #155F5B Blue Stone

📋 copy color: '#155F5B'

red 21 ◦ green 95 ◦ blue 91

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

Shades of Blue Stone #155F5B

Tints of Blue Stone #155F5B

RGB

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

 GREEN value IS 95 (37.5% from 255) = 45.89%

 BLUE value IS 91 (35.94% from 255) = 43.96%

R = 10.14%
G = 45.89%
B = 43.96%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.04

 K value IS 0.63

RGB Variations

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

Color information

#155F5B (or 0x155F5B) is known color: Blue Stone. HEX triplet: 15, 5F and 5B. RGB value is (21,95,91). Sum of RGB (Red+Green+Blue) = 21+95+91=207 (27% of max value = 765). Red value is 21 (8.59% from 255 or 10.14% from 207); Green value is 95 (37.5% from 255 or 45.89% from 207); Blue value is 91 (35.94% from 255 or 43.96% from 207); Max value from RGB is 95 - color contains mainly: green. Hex color #155F5B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #155F5B is #EAA0A4. Grayscale: #484848. Windows color (decimal): -15376549 or 5988117. OLE color: 5988117.

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

Color convert

RGB 21 95 91 -
CMYK 0.78 0 0.04 0.63
HSL 176.76º 0.64% 0.23% -
HSV(B) 176.76º 0.78% 0.37% -
XYZ 6.29 9.1 11.32 -
YUV 72.42 138.48 91.33 -
System Red Green Blue C M Y K H S L
Decimal 21 95 91 0.78 0 0.04 0.63 176.76 0.64 0.23
Hex 15 5F 5B 4E 0 4 3F B1 40 17
Octal 25 137 133 116 0 4 77 261 100 27
Binary 10101 1011111 1011011 1001110 0 100 111111 10110001 1000000 10111

Color Harmonies of #155F5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #155F5B

Black with #155F5B

Text Example


Text Example

White with #155F5B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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