Html Css Color HEX #156556 Blue Stone

📋 copy color: '#156556'

red 21 ◦ green 101 ◦ blue 86

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

Shades of Blue Stone #156556

Tints of Blue Stone #156556

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 41.35%

R = 10.1%
G = 48.56%
B = 41.35%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.15

 K value IS 0.60

RGB Variations

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

Color information

#156556 (or 0x156556) is known color: Blue Stone. HEX triplet: 15, 65 and 56. RGB value is (21,101,86). Sum of RGB (Red+Green+Blue) = 21+101+86=208 (27% of max value = 765). Red value is 21 (8.59% from 255 or 10.10% from 208); Green value is 101 (39.84% from 255 or 48.56% from 208); Blue value is 86 (33.98% from 255 or 41.35% from 208); Max value from RGB is 101 - color contains mainly: green. Hex color #156556 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #156556 is #EA9AA9. Grayscale: #4B4B4B. Windows color (decimal): -15375018 or 5661973. OLE color: 5661973.

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

Color convert

RGB 21 101 86 -
CMYK 0.79 0 0.15 0.60
HSL 168.75º 0.66% 0.24% -
HSV(B) 168.75º 0.79% 0.4% -
XYZ 6.64 10.14 10.41 -
YUV 75.37 134 89.22 -
System Red Green Blue C M Y K H S L
Decimal 21 101 86 0.79 0 0.15 0.60 168.75 0.66 0.24
Hex 15 65 56 4F 0 F 3C A9 42 18
Octal 25 145 126 117 0 17 74 251 102 30
Binary 10101 1100101 1010110 1001111 0 1111 111100 10101001 1000010 11000

Color Harmonies of #156556

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #156556

Black with #156556

Text Example


Text Example

White with #156556

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #156556; }

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

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

background-color css

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

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

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

border-color css

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

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

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