Html Css Color HEX #155B5F Blue Stone

📋 copy color: '#155B5F'

red 21 ◦ green 91 ◦ blue 95

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

Shades of Blue Stone #155B5F

Tints of Blue Stone #155B5F

RGB

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

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

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

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

CMYK

 C value IS 0.78

 M value IS 0.04

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

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

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

Color convert

RGB 21 91 95 -
CMYK 0.78 0.04 0 0.63
HSL 183.24º 0.64% 0.23% -
HSV(B) 183.24º 0.78% 0.37% -
XYZ 6.12 8.47 12.14 -
YUV 70.53 141.81 92.67 -
System Red Green Blue C M Y K H S L
Decimal 21 91 95 0.78 0.04 0 0.63 183.24 0.64 0.23
Hex 15 5B 5F 4E 4 0 3F B7 40 17
Octal 25 133 137 116 4 0 77 267 100 27
Binary 10101 1011011 1011111 1001110 100 0 111111 10110111 1000000 10111

Color Harmonies of #155B5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #155B5F

Black with #155B5F

Text Example


Text Example

White with #155B5F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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