Html Css Color HEX #15685F Blue Stone

📋 copy color: '#15685F'

red 21 ◦ green 104 ◦ blue 95

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

Shades of Blue Stone #15685F

Tints of Blue Stone #15685F

RGB

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

 GREEN value IS 104 (41.02% from 255) = 47.27%

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

R = 9.55%
G = 47.27%
B = 43.18%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.09

 K value IS 0.59

RGB Variations

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

Color information

#15685F (or 0x15685F) is known color: Blue Stone. HEX triplet: 15, 68 and 5F. RGB value is (21,104,95). Sum of RGB (Red+Green+Blue) = 21+104+95=220 (29% of max value = 765). Red value is 21 (8.59% from 255 or 9.55% from 220); Green value is 104 (41.02% from 255 or 47.27% from 220); Blue value is 95 (37.5% from 255 or 43.18% from 220); Max value from RGB is 104 - color contains mainly: green. Hex color #15685F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #15685F is #EA97A0. Grayscale: #4E4E4E. Windows color (decimal): -15374241 or 6252565. OLE color: 6252565.

HSL color Cylindrical-coordinate representation of color #15685F: hue angle of 173.49º degrees, saturation: 0.66, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #15685F is Cyan = 0.80, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.59.

Color convert

RGB 21 104 95 -
CMYK 0.80 0 0.09 0.59
HSL 173.49º 0.66% 0.25% -
HSV(B) 173.49º 0.8% 0.41% -
XYZ 7.33 10.89 12.54 -
YUV 78.16 137.5 87.23 -
System Red Green Blue C M Y K H S L
Decimal 21 104 95 0.80 0 0.09 0.59 173.49 0.66 0.25
Hex 15 68 5F 50 0 9 3B AD 42 19
Octal 25 150 137 120 0 11 73 255 102 31
Binary 10101 1101000 1011111 1010000 0 1001 111011 10101101 1000010 11001

Color Harmonies of #15685F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15685F

Black with #15685F

Text Example


Text Example

White with #15685F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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