Html Css Color HEX #15685C Blue Stone

📋 copy color: '#15685C'

red 21 ◦ green 104 ◦ blue 92

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

Shades of Blue Stone #15685C

Tints of Blue Stone #15685C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 42.4%

R = 9.68%
G = 47.93%
B = 42.4%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.12

 K value IS 0.59

RGB Variations

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

Color information

#15685C (or 0x15685C) is known color: Blue Stone. HEX triplet: 15, 68 and 5C. RGB value is (21,104,92). Sum of RGB (Red+Green+Blue) = 21+104+92=217 (28% of max value = 765). Red value is 21 (8.59% from 255 or 9.68% from 217); Green value is 104 (41.02% from 255 or 47.93% from 217); Blue value is 92 (36.33% from 255 or 42.40% from 217); Max value from RGB is 104 - color contains mainly: green. Hex color #15685C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #15685C is #EA97A3. Grayscale: #4D4D4D. Windows color (decimal): -15374244 or 6055957. OLE color: 6055957.

HSL color Cylindrical-coordinate representation of color #15685C: hue angle of 171.33º 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 #15685C is Cyan = 0.80, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.59.

Color convert

RGB 21 104 92 -
CMYK 0.80 0 0.12 0.59
HSL 171.33º 0.66% 0.25% -
HSV(B) 171.33º 0.8% 0.41% -
XYZ 7.19 10.83 11.84 -
YUV 77.82 136 87.48 -
System Red Green Blue C M Y K H S L
Decimal 21 104 92 0.80 0 0.12 0.59 171.33 0.66 0.25
Hex 15 68 5C 50 0 C 3B AB 42 19
Octal 25 150 134 120 0 14 73 253 102 31
Binary 10101 1101000 1011100 1010000 0 1100 111011 10101011 1000010 11001

Color Harmonies of #15685C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15685C

Black with #15685C

Text Example


Text Example

White with #15685C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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