Html Css Color HEX #155560 Blue Stone

📋 copy color: '#155560'

red 21 ◦ green 85 ◦ blue 96

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

Shades of Blue Stone #155560

Tints of Blue Stone #155560

RGB

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

 GREEN value IS 85 (33.59% from 255) = 42.08%

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

R = 10.4%
G = 42.08%
B = 47.52%

CMYK

 C value IS 0.78

 M value IS 0.11

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#155560 (or 0x155560) is known color: Blue Stone. HEX triplet: 15, 55 and 60. RGB value is (21,85,96). Sum of RGB (Red+Green+Blue) = 21+85+96=202 (26% of max value = 765). Red value is 21 (8.59% from 255 or 10.40% from 202); Green value is 85 (33.59% from 255 or 42.08% from 202); Blue value is 96 (37.89% from 255 or 47.52% from 202); Max value from RGB is 96 - color contains mainly: blue. Hex color #155560 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #155560 is #EAAA9F. Grayscale: #434343. Windows color (decimal): -15379104 or 6313237. OLE color: 6313237.

HSL color Cylindrical-coordinate representation of color #155560: hue angle of 188.8º 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 #155560 is Cyan = 0.78, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 21 85 96 -
CMYK 0.78 0.11 0 0.62
HSL 188.8º 0.64% 0.23% -
HSV(B) 188.8º 0.78% 0.38% -
XYZ 5.67 7.5 12.22 -
YUV 67.12 144.3 95.11 -
System Red Green Blue C M Y K H S L
Decimal 21 85 96 0.78 0.11 0 0.62 188.8 0.64 0.23
Hex 15 55 60 4E B 0 3E BD 40 17
Octal 25 125 140 116 13 0 76 275 100 27
Binary 10101 1010101 1100000 1001110 1011 0 111110 10111101 1000000 10111

Color Harmonies of #155560

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #155560

Black with #155560

Text Example


Text Example

White with #155560

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #155560; }

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

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

background-color css

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

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

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

border-color css

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

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

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