Html Css Color HEX #155C57 Blue Stone

📋 copy color: '#155C57'

red 21 ◦ green 92 ◦ blue 87

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

Shades of Blue Stone #155C57

Tints of Blue Stone #155C57

RGB

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

 GREEN value IS 92 (36.33% from 255) = 46%

 BLUE value IS 87 (34.38% from 255) = 43.5%

R = 10.5%
G = 46%
B = 43.5%

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

#155C57 (or 0x155C57) is known color: Blue Stone. HEX triplet: 15, 5C and 57. RGB value is (21,92,87). Sum of RGB (Red+Green+Blue) = 21+92+87=200 (26% of max value = 765). Red value is 21 (8.59% from 255 or 10.5% from 200); Green value is 92 (36.33% from 255 or 46% from 200); Blue value is 87 (34.38% from 255 or 43.5% from 200); Max value from RGB is 92 - color contains mainly: green. Hex color #155C57 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #155C57 is #EAA3A8. Grayscale: #464646. Windows color (decimal): -15377321 or 5725205. OLE color: 5725205.

HSL color Cylindrical-coordinate representation of color #155C57: hue angle of 175.77º 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 #155C57 is Cyan = 0.77, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.64.

Color convert

RGB 21 92 87 -
CMYK 0.77 0 0.05 0.64
HSL 175.77º 0.63% 0.22% -
HSV(B) 175.77º 0.77% 0.36% -
XYZ 5.86 8.5 10.35 -
YUV 70.2 137.48 92.91 -
System Red Green Blue C M Y K H S L
Decimal 21 92 87 0.77 0 0.05 0.64 175.77 0.63 0.22
Hex 15 5C 57 4D 0 5 40 B0 3F 16
Octal 25 134 127 115 0 5 100 260 77 26
Binary 10101 1011100 1010111 1001101 0 101 1000000 10110000 111111 10110

Color Harmonies of #155C57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #155C57

Black with #155C57

Text Example


Text Example

White with #155C57

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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