Html Css Color HEX #156559 Blue Stone

📋 copy color: '#156559'

red 21 ◦ green 101 ◦ blue 89

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

Shades of Blue Stone #156559

Tints of Blue Stone #156559

RGB

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

 GREEN value IS 101 (39.84% from 255) = 47.87%

 BLUE value IS 89 (35.16% from 255) = 42.18%

R = 9.95%
G = 47.87%
B = 42.18%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.12

 K value IS 0.60

RGB Variations

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

Color information

#156559 (or 0x156559) is known color: Blue Stone. HEX triplet: 15, 65 and 59. RGB value is (21,101,89). Sum of RGB (Red+Green+Blue) = 21+101+89=211 (27% of max value = 765). Red value is 21 (8.59% from 255 or 9.95% from 211); Green value is 101 (39.84% from 255 or 47.87% from 211); Blue value is 89 (35.16% from 255 or 42.18% from 211); Max value from RGB is 101 - color contains mainly: green. Hex color #156559 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #156559 is #EA9AA6. Grayscale: #4B4B4B. Windows color (decimal): -15375015 or 5858581. OLE color: 5858581.

HSL color Cylindrical-coordinate representation of color #156559: hue angle of 171º degrees, saturation: 0.66, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #156559 is Cyan = 0.79, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.60.

Color convert

RGB 21 101 89 -
CMYK 0.79 0 0.12 0.60
HSL 171º 0.66% 0.24% -
HSV(B) 171º 0.79% 0.4% -
XYZ 6.77 10.19 11.06 -
YUV 75.71 135.5 88.98 -
System Red Green Blue C M Y K H S L
Decimal 21 101 89 0.79 0 0.12 0.60 171 0.66 0.24
Hex 15 65 59 4F 0 C 3C AB 42 18
Octal 25 145 131 117 0 14 74 253 102 30
Binary 10101 1100101 1011001 1001111 0 1100 111100 10101011 1000010 11000

Color Harmonies of #156559

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #156559

Black with #156559

Text Example


Text Example

White with #156559

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #156559; }

 p { color: rgb(21,101,89); }

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

background-color css

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

 a { background-color: rgb(21,101,89); }

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

border-color css

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

 span { border-color: rgb(21,101,89); }

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