Html Css Color HEX #155958 Blue Stone

📋 copy color: '#155958'

red 21 ◦ green 89 ◦ blue 88

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

Shades of Blue Stone #155958

Tints of Blue Stone #155958

RGB

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

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

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

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

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.01

 K value IS 0.65

RGB Variations

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

Color information

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

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

Color convert

RGB 21 89 88 -
CMYK 0.76 0 0.01 0.65
HSL 179.12º 0.62% 0.22% -
HSV(B) 179.12º 0.76% 0.35% -
XYZ 5.64 8.01 10.48 -
YUV 68.55 138.97 94.08 -
System Red Green Blue C M Y K H S L
Decimal 21 89 88 0.76 0 0.01 0.65 179.12 0.62 0.22
Hex 15 59 58 4C 0 1 41 B3 3E 16
Octal 25 131 130 114 0 1 101 263 76 26
Binary 10101 1011001 1011000 1001100 0 1 1000001 10110011 111110 10110

Color Harmonies of #155958

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #155958

Black with #155958

Text Example


Text Example

White with #155958

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #155958; }

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

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

background-color css

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

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

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

border-color css

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

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

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