Html Css Color HEX #155D58 Blue Stone

📋 copy color: '#155D58'

red 21 ◦ green 93 ◦ blue 88

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

Shades of Blue Stone #155D58

Tints of Blue Stone #155D58

RGB

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

 GREEN value IS 93 (36.72% from 255) = 46.04%

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

R = 10.4%
G = 46.04%
B = 43.56%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.05

 K value IS 0.64

RGB Variations

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

Color information

#155D58 (or 0x155D58) is known color: Blue Stone. HEX triplet: 15, 5D and 58. RGB value is (21,93,88). Sum of RGB (Red+Green+Blue) = 21+93+88=202 (26% of max value = 765). Red value is 21 (8.59% from 255 or 10.40% from 202); Green value is 93 (36.72% from 255 or 46.04% from 202); Blue value is 88 (34.77% from 255 or 43.56% from 202); Max value from RGB is 93 - color contains mainly: green. Hex color #155D58 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #155D58 is #EAA2A7. Grayscale: #464646. Windows color (decimal): -15377064 or 5790997. OLE color: 5790997.

HSL color Cylindrical-coordinate representation of color #155D58: hue angle of 175.83º degrees, saturation: 0.63, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #155D58 is Cyan = 0.77, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.64.

Color convert

RGB 21 93 88 -
CMYK 0.77 0 0.05 0.64
HSL 175.83º 0.63% 0.22% -
HSV(B) 175.83º 0.77% 0.36% -
XYZ 5.99 8.69 10.59 -
YUV 70.9 137.65 92.41 -
System Red Green Blue C M Y K H S L
Decimal 21 93 88 0.77 0 0.05 0.64 175.83 0.63 0.22
Hex 15 5D 58 4D 0 5 40 B0 3F 16
Octal 25 135 130 115 0 5 100 260 77 26
Binary 10101 1011101 1011000 1001101 0 101 1000000 10110000 111111 10110

Color Harmonies of #155D58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #155D58

Black with #155D58

Text Example


Text Example

White with #155D58

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #155D58; }

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

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

background-color css

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

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

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

border-color css

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

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

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