Html Css Color HEX #156359 Blue Stone

📋 copy color: '#156359'

red 21 ◦ green 99 ◦ blue 89

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

Shades of Blue Stone #156359

Tints of Blue Stone #156359

RGB

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

 GREEN value IS 99 (39.06% from 255) = 47.37%

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

R = 10.05%
G = 47.37%
B = 42.58%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.10

 K value IS 0.61

RGB Variations

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

Color information

#156359 (or 0x156359) is known color: Blue Stone. HEX triplet: 15, 63 and 59. RGB value is (21,99,89). Sum of RGB (Red+Green+Blue) = 21+99+89=209 (27% of max value = 765). Red value is 21 (8.59% from 255 or 10.05% from 209); Green value is 99 (39.06% from 255 or 47.37% from 209); Blue value is 89 (35.16% from 255 or 42.58% from 209); Max value from RGB is 99 - color contains mainly: green. Hex color #156359 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #156359 is #EA9CA6. Grayscale: #4A4A4A. Windows color (decimal): -15375527 or 5858069. OLE color: 5858069.

HSL color Cylindrical-coordinate representation of color #156359: hue angle of 172.31º degrees, saturation: 0.65, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #156359 is Cyan = 0.79, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.61.

Color convert

RGB 21 99 89 -
CMYK 0.79 0 0.10 0.61
HSL 172.31º 0.65% 0.24% -
HSV(B) 172.31º 0.79% 0.39% -
XYZ 6.57 9.8 11 -
YUV 74.54 136.16 89.81 -
System Red Green Blue C M Y K H S L
Decimal 21 99 89 0.79 0 0.10 0.61 172.31 0.65 0.24
Hex 15 63 59 4F 0 A 3D AC 41 18
Octal 25 143 131 117 0 12 75 254 101 30
Binary 10101 1100011 1011001 1001111 0 1010 111101 10101100 1000001 11000

Color Harmonies of #156359

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #156359

Black with #156359

Text Example


Text Example

White with #156359

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #156359; }

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

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

background-color css

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

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

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

border-color css

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

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

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