Html Css Color HEX #155660 Blue Stone

📋 copy color: '#155660'

red 21 ◦ green 86 ◦ blue 96

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

Shades of Blue Stone #155660

Tints of Blue Stone #155660

RGB

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

 GREEN value IS 86 (33.98% from 255) = 42.36%

 BLUE value IS 96 (37.89% from 255) = 47.29%

R = 10.34%
G = 42.36%
B = 47.29%

CMYK

 C value IS 0.78

 M value IS 0.10

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#155660 (or 0x155660) is known color: Blue Stone. HEX triplet: 15, 56 and 60. RGB value is (21,86,96). Sum of RGB (Red+Green+Blue) = 21+86+96=203 (26% of max value = 765). Red value is 21 (8.59% from 255 or 10.34% from 203); Green value is 86 (33.98% from 255 or 42.36% from 203); Blue value is 96 (37.89% from 255 or 47.29% from 203); Max value from RGB is 96 - color contains mainly: blue. Hex color #155660 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #155660 is #EAA99F. Grayscale: #434343. Windows color (decimal): -15378848 or 6313493. OLE color: 6313493.

HSL color Cylindrical-coordinate representation of color #155660: hue angle of 188º degrees, saturation: 0.64, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #155660 is Cyan = 0.78, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 21 86 96 -
CMYK 0.78 0.10 0 0.62
HSL 188º 0.64% 0.23% -
HSV(B) 188º 0.78% 0.38% -
XYZ 5.75 7.66 12.24 -
YUV 67.71 143.97 94.69 -
System Red Green Blue C M Y K H S L
Decimal 21 86 96 0.78 0.10 0 0.62 188 0.64 0.23
Hex 15 56 60 4E A 0 3E BC 40 17
Octal 25 126 140 116 12 0 76 274 100 27
Binary 10101 1010110 1100000 1001110 1010 0 111110 10111100 1000000 10111

Color Harmonies of #155660

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #155660

Black with #155660

Text Example


Text Example

White with #155660

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #155660; }

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

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

background-color css

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

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

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

border-color css

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

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

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