Html Css Color HEX #155C5D Blue Stone

📋 copy color: '#155C5D'

red 21 ◦ green 92 ◦ blue 93

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

Shades of Blue Stone #155C5D

Tints of Blue Stone #155C5D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 45.15%

R = 10.19%
G = 44.66%
B = 45.15%

CMYK

 C value IS 0.77

 M value IS 0.01

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#155C5D (or 0x155C5D) is known color: Blue Stone. HEX triplet: 15, 5C and 5D. RGB value is (21,92,93). Sum of RGB (Red+Green+Blue) = 21+92+93=206 (27% of max value = 765). Red value is 21 (8.59% from 255 or 10.19% from 206); Green value is 92 (36.33% from 255 or 44.66% from 206); Blue value is 93 (36.72% from 255 or 45.15% from 206); Max value from RGB is 93 - color contains mainly: blue. Hex color #155C5D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #155C5D is #EAA3A2. Grayscale: #464646. Windows color (decimal): -15377315 or 6118421. OLE color: 6118421.

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

Color convert

RGB 21 92 93 -
CMYK 0.77 0.01 0 0.64
HSL 180.83º 0.63% 0.22% -
HSV(B) 180.83º 0.77% 0.36% -
XYZ 6.11 8.6 11.69 -
YUV 70.89 140.48 92.42 -
System Red Green Blue C M Y K H S L
Decimal 21 92 93 0.77 0.01 0 0.64 180.83 0.63 0.22
Hex 15 5C 5D 4D 1 0 40 B5 3F 16
Octal 25 134 135 115 1 0 100 265 77 26
Binary 10101 1011100 1011101 1001101 1 0 1000000 10110101 111111 10110

Color Harmonies of #155C5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #155C5D

Black with #155C5D

Text Example


Text Example

White with #155C5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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