Html Css Color HEX #15695C Blue Stone

📋 copy color: '#15695C'

red 21 ◦ green 105 ◦ blue 92

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

Shades of Blue Stone #15695C

Tints of Blue Stone #15695C

RGB

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

 GREEN value IS 105 (41.41% from 255) = 48.17%

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

R = 9.63%
G = 48.17%
B = 42.2%

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

#15695C (or 0x15695C) is known color: Blue Stone. HEX triplet: 15, 69 and 5C. RGB value is (21,105,92). Sum of RGB (Red+Green+Blue) = 21+105+92=218 (28% of max value = 765). Red value is 21 (8.59% from 255 or 9.63% from 218); Green value is 105 (41.41% from 255 or 48.17% from 218); Blue value is 92 (36.33% from 255 or 42.20% from 218); Max value from RGB is 105 - color contains mainly: green. Hex color #15695C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #15695C is #EA96A3. Grayscale: #4E4E4E. Windows color (decimal): -15373988 or 6056213. OLE color: 6056213.

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

Color convert

RGB 21 105 92 -
CMYK 0.80 0 0.12 0.59
HSL 170.71º 0.67% 0.25% -
HSV(B) 170.71º 0.8% 0.41% -
XYZ 7.29 11.04 11.87 -
YUV 78.4 135.67 87.06 -
System Red Green Blue C M Y K H S L
Decimal 21 105 92 0.80 0 0.12 0.59 170.71 0.67 0.25
Hex 15 69 5C 50 0 C 3B AB 43 19
Octal 25 151 134 120 0 14 73 253 103 31
Binary 10101 1101001 1011100 1010000 0 1100 111011 10101011 1000011 11001

Color Harmonies of #15695C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15695C

Black with #15695C

Text Example


Text Example

White with #15695C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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