Html Css Color HEX #155759 Blue Stone

📋 copy color: '#155759'

red 21 ◦ green 87 ◦ blue 89

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

Shades of Blue Stone #155759

Tints of Blue Stone #155759

RGB

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

 GREEN value IS 87 (34.38% from 255) = 44.16%

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

R = 10.66%
G = 44.16%
B = 45.18%

CMYK

 C value IS 0.76

 M value IS 0.02

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#155759 (or 0x155759) is known color: Blue Stone. HEX triplet: 15, 57 and 59. RGB value is (21,87,89). Sum of RGB (Red+Green+Blue) = 21+87+89=197 (26% of max value = 765). Red value is 21 (8.59% from 255 or 10.66% from 197); Green value is 87 (34.38% from 255 or 44.16% from 197); Blue value is 89 (35.16% from 255 or 45.18% from 197); Max value from RGB is 89 - color contains mainly: blue. Hex color #155759 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #155759 is #EAA8A6. Grayscale: #434343. Windows color (decimal): -15378599 or 5854997. OLE color: 5854997.

HSL color Cylindrical-coordinate representation of color #155759: hue angle of 181.76º degrees, saturation: 0.62, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #155759 is Cyan = 0.76, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 21 87 89 -
CMYK 0.76 0.02 0 0.65
HSL 181.76º 0.62% 0.22% -
HSV(B) 181.76º 0.76% 0.35% -
XYZ 5.52 7.7 10.65 -
YUV 67.49 140.13 94.84 -
System Red Green Blue C M Y K H S L
Decimal 21 87 89 0.76 0.02 0 0.65 181.76 0.62 0.22
Hex 15 57 59 4C 2 0 41 B6 3E 16
Octal 25 127 131 114 2 0 101 266 76 26
Binary 10101 1010111 1011001 1001100 10 0 1000001 10110110 111110 10110

Color Harmonies of #155759

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #155759

Black with #155759

Text Example


Text Example

White with #155759

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #155759; }

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

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

background-color css

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

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

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

border-color css

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

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

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