Html Css Color HEX #155657 Blue Stone

📋 copy color: '#155657'

red 21 ◦ green 86 ◦ blue 87

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

Shades of Blue Stone #155657

Tints of Blue Stone #155657

RGB

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

 GREEN value IS 86 (33.98% from 255) = 44.33%

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

R = 10.82%
G = 44.33%
B = 44.85%

CMYK

 C value IS 0.76

 M value IS 0.01

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#155657 (or 0x155657) is known color: Blue Stone. HEX triplet: 15, 56 and 57. RGB value is (21,86,87). Sum of RGB (Red+Green+Blue) = 21+86+87=194 (25% of max value = 765). Red value is 21 (8.59% from 255 or 10.82% from 194); Green value is 86 (33.98% from 255 or 44.33% from 194); Blue value is 87 (34.38% from 255 or 44.85% from 194); Max value from RGB is 87 - color contains mainly: blue. Hex color #155657 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #155657 is #EAA9A8. Grayscale: #424242. Windows color (decimal): -15378857 or 5723669. OLE color: 5723669.

HSL color Cylindrical-coordinate representation of color #155657: hue angle of 180.91º 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 #155657 is Cyan = 0.76, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 21 86 87 -
CMYK 0.76 0.01 0 0.66
HSL 180.91º 0.61% 0.21% -
HSV(B) 180.91º 0.76% 0.34% -
XYZ 5.36 7.5 10.18 -
YUV 66.68 139.47 95.42 -
System Red Green Blue C M Y K H S L
Decimal 21 86 87 0.76 0.01 0 0.66 180.91 0.61 0.21
Hex 15 56 57 4C 1 0 42 B5 3D 15
Octal 25 126 127 114 1 0 102 265 75 25
Binary 10101 1010110 1010111 1001100 1 0 1000010 10110101 111101 10101

Color Harmonies of #155657

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #155657

Black with #155657

Text Example


Text Example

White with #155657

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #155657; }

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

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

background-color css

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

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

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

border-color css

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

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

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