Html Css Color HEX #155859 Blue Stone

📋 copy color: '#155859'

red 21 ◦ green 88 ◦ blue 89

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

Shades of Blue Stone #155859

Tints of Blue Stone #155859

RGB

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

 GREEN value IS 88 (34.77% from 255) = 44.44%

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

R = 10.61%
G = 44.44%
B = 44.95%

CMYK

 C value IS 0.76

 M value IS 0.01

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#155859 (or 0x155859) is known color: Blue Stone. HEX triplet: 15, 58 and 59. RGB value is (21,88,89). Sum of RGB (Red+Green+Blue) = 21+88+89=198 (26% of max value = 765). Red value is 21 (8.59% from 255 or 10.61% from 198); Green value is 88 (34.77% from 255 or 44.44% from 198); Blue value is 89 (35.16% from 255 or 44.95% from 198); Max value from RGB is 89 - color contains mainly: blue. Hex color #155859 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #155859 is #EAA7A6. Grayscale: #444444. Windows color (decimal): -15378343 or 5855253. OLE color: 5855253.

HSL color Cylindrical-coordinate representation of color #155859: hue angle of 180.88º 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 #155859 is Cyan = 0.76, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 21 88 89 -
CMYK 0.76 0.01 0 0.65
HSL 180.88º 0.62% 0.22% -
HSV(B) 180.88º 0.76% 0.35% -
XYZ 5.6 7.86 10.67 -
YUV 68.08 139.8 94.42 -
System Red Green Blue C M Y K H S L
Decimal 21 88 89 0.76 0.01 0 0.65 180.88 0.62 0.22
Hex 15 58 59 4C 1 0 41 B5 3E 16
Octal 25 130 131 114 1 0 101 265 76 26
Binary 10101 1011000 1011001 1001100 1 0 1000001 10110101 111110 10110

Color Harmonies of #155859

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #155859

Black with #155859

Text Example


Text Example

White with #155859

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #155859; }

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

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

background-color css

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

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

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

border-color css

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

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

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