Html Css Color HEX #155E58 Blue Stone

📋 copy color: '#155E58'

red 21 ◦ green 94 ◦ blue 88

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

Shades of Blue Stone #155E58

Tints of Blue Stone #155E58

RGB

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

 GREEN value IS 94 (37.11% from 255) = 46.31%

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

R = 10.34%
G = 46.31%
B = 43.35%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.06

 K value IS 0.63

RGB Variations

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

Color information

#155E58 (or 0x155E58) is known color: Blue Stone. HEX triplet: 15, 5E and 58. RGB value is (21,94,88). Sum of RGB (Red+Green+Blue) = 21+94+88=203 (26% of max value = 765). Red value is 21 (8.59% from 255 or 10.34% from 203); Green value is 94 (37.11% from 255 or 46.31% from 203); Blue value is 88 (34.77% from 255 or 43.35% from 203); Max value from RGB is 94 - color contains mainly: green. Hex color #155E58 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #155E58 is #EAA1A7. Grayscale: #474747. Windows color (decimal): -15376808 or 5791253. OLE color: 5791253.

HSL color Cylindrical-coordinate representation of color #155E58: hue angle of 175.07º degrees, saturation: 0.63, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #155E58 is Cyan = 0.78, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.63.

Color convert

RGB 21 94 88 -
CMYK 0.78 0 0.06 0.63
HSL 175.07º 0.63% 0.23% -
HSV(B) 175.07º 0.78% 0.37% -
XYZ 6.07 8.87 10.62 -
YUV 71.49 137.32 91.99 -
System Red Green Blue C M Y K H S L
Decimal 21 94 88 0.78 0 0.06 0.63 175.07 0.63 0.23
Hex 15 5E 58 4E 0 6 3F AF 3F 17
Octal 25 136 130 116 0 6 77 257 77 27
Binary 10101 1011110 1011000 1001110 0 110 111111 10101111 111111 10111

Color Harmonies of #155E58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #155E58

Black with #155E58

Text Example


Text Example

White with #155E58

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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