Html Css Color HEX #155557 Blue Stone

📋 copy color: '#155557'

red 21 ◦ green 85 ◦ blue 87

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

Shades of Blue Stone #155557

Tints of Blue Stone #155557

RGB

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

 GREEN value IS 85 (33.59% from 255) = 44.04%

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

R = 10.88%
G = 44.04%
B = 45.08%

CMYK

 C value IS 0.76

 M value IS 0.02

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#155557 (or 0x155557) is known color: Blue Stone. HEX triplet: 15, 55 and 57. RGB value is (21,85,87). Sum of RGB (Red+Green+Blue) = 21+85+87=193 (25% of max value = 765). Red value is 21 (8.59% from 255 or 10.88% from 193); Green value is 85 (33.59% from 255 or 44.04% from 193); Blue value is 87 (34.38% from 255 or 45.08% from 193); Max value from RGB is 87 - color contains mainly: blue. Hex color #155557 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #155557 is #EAAAA8. Grayscale: #424242. Windows color (decimal): -15379113 or 5723413. OLE color: 5723413.

HSL color Cylindrical-coordinate representation of color #155557: hue angle of 181.82º degrees, saturation: 0.61, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #155557 is Cyan = 0.76, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 21 85 87 -
CMYK 0.76 0.02 0 0.66
HSL 181.82º 0.61% 0.21% -
HSV(B) 181.82º 0.76% 0.34% -
XYZ 5.28 7.34 10.16 -
YUV 66.09 139.8 95.84 -
System Red Green Blue C M Y K H S L
Decimal 21 85 87 0.76 0.02 0 0.66 181.82 0.61 0.21
Hex 15 55 57 4C 2 0 42 B6 3D 15
Octal 25 125 127 114 2 0 102 266 75 25
Binary 10101 1010101 1010111 1001100 10 0 1000010 10110110 111101 10101

Color Harmonies of #155557

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #155557

Black with #155557

Text Example


Text Example

White with #155557

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #155557; }

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

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

background-color css

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

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

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

border-color css

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

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

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