Html Css Color HEX #15575F Blue Stone

📋 copy color: '#15575F'

red 21 ◦ green 87 ◦ blue 95

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

Shades of Blue Stone #15575F

Tints of Blue Stone #15575F

RGB

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

 GREEN value IS 87 (34.38% from 255) = 42.86%

 BLUE value IS 95 (37.5% from 255) = 46.8%

R = 10.34%
G = 42.86%
B = 46.8%

CMYK

 C value IS 0.78

 M value IS 0.08

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#15575F (or 0x15575F) is known color: Blue Stone. HEX triplet: 15, 57 and 5F. RGB value is (21,87,95). Sum of RGB (Red+Green+Blue) = 21+87+95=203 (26% of max value = 765). Red value is 21 (8.59% from 255 or 10.34% from 203); Green value is 87 (34.38% from 255 or 42.86% from 203); Blue value is 95 (37.5% from 255 or 46.80% from 203); Max value from RGB is 95 - color contains mainly: blue. Hex color #15575F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #15575F is #EAA8A0. Grayscale: #444444. Windows color (decimal): -15378593 or 6248213. OLE color: 6248213.

HSL color Cylindrical-coordinate representation of color #15575F: hue angle of 186.49º degrees, saturation: 0.64, 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 #15575F is Cyan = 0.78, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 21 87 95 -
CMYK 0.78 0.08 0 0.63
HSL 186.49º 0.64% 0.23% -
HSV(B) 186.49º 0.78% 0.37% -
XYZ 5.78 7.8 12.03 -
YUV 68.18 143.13 94.35 -
System Red Green Blue C M Y K H S L
Decimal 21 87 95 0.78 0.08 0 0.63 186.49 0.64 0.23
Hex 15 57 5F 4E 8 0 3F BA 40 17
Octal 25 127 137 116 10 0 77 272 100 27
Binary 10101 1010111 1011111 1001110 1000 0 111111 10111010 1000000 10111

Color Harmonies of #15575F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15575F

Black with #15575F

Text Example


Text Example

White with #15575F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #15575F; }

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

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

background-color css

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

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

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

border-color css

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

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

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