Html Css Color HEX #156563 Blue Stone

📋 copy color: '#156563'

red 21 ◦ green 101 ◦ blue 99

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

Shades of Blue Stone #156563

Tints of Blue Stone #156563

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 44.8%

R = 9.5%
G = 45.7%
B = 44.8%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.02

 K value IS 0.60

RGB Variations

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

Color information

#156563 (or 0x156563) is known color: Blue Stone. HEX triplet: 15, 65 and 63. RGB value is (21,101,99). Sum of RGB (Red+Green+Blue) = 21+101+99=221 (29% of max value = 765). Red value is 21 (8.59% from 255 or 9.50% from 221); Green value is 101 (39.84% from 255 or 45.70% from 221); Blue value is 99 (39.06% from 255 or 44.80% from 221); Max value from RGB is 101 - color contains mainly: green. Hex color #156563 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #156563 is #EA9A9C. Grayscale: #4C4C4C. Windows color (decimal): -15375005 or 6513941. OLE color: 6513941.

HSL color Cylindrical-coordinate representation of color #156563: hue angle of 178.5º 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 #156563 is Cyan = 0.79, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.60.

Color convert

RGB 21 101 99 -
CMYK 0.79 0 0.02 0.60
HSL 178.5º 0.66% 0.24% -
HSV(B) 178.5º 0.79% 0.4% -
XYZ 7.22 10.37 13.43 -
YUV 76.85 140.5 88.16 -
System Red Green Blue C M Y K H S L
Decimal 21 101 99 0.79 0 0.02 0.60 178.5 0.66 0.24
Hex 15 65 63 4F 0 2 3C B2 42 18
Octal 25 145 143 117 0 2 74 262 102 30
Binary 10101 1100101 1100011 1001111 0 10 111100 10110010 1000010 11000

Color Harmonies of #156563

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #156563

Black with #156563

Text Example


Text Example

White with #156563

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #156563; }

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

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

background-color css

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

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

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

border-color css

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

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

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