Html Css Color HEX #15615D Blue Stone

📋 copy color: '#15615D'

red 21 ◦ green 97 ◦ blue 93

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

Shades of Blue Stone #15615D

Tints of Blue Stone #15615D

RGB

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

 GREEN value IS 97 (38.28% from 255) = 45.97%

 BLUE value IS 93 (36.72% from 255) = 44.08%

R = 9.95%
G = 45.97%
B = 44.08%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.04

 K value IS 0.62

RGB Variations

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

Color information

#15615D (or 0x15615D) is known color: Blue Stone. HEX triplet: 15, 61 and 5D. RGB value is (21,97,93). Sum of RGB (Red+Green+Blue) = 21+97+93=211 (27% of max value = 765). Red value is 21 (8.59% from 255 or 9.95% from 211); Green value is 97 (38.28% from 255 or 45.97% from 211); Blue value is 93 (36.72% from 255 or 44.08% from 211); Max value from RGB is 97 - color contains mainly: green. Hex color #15615D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #15615D is #EA9EA2. Grayscale: #494949. Windows color (decimal): -15376035 or 6119701. OLE color: 6119701.

HSL color Cylindrical-coordinate representation of color #15615D: hue angle of 176.84º degrees, saturation: 0.64, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #15615D is Cyan = 0.78, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.62.

Color convert

RGB 21 97 93 -
CMYK 0.78 0 0.04 0.62
HSL 176.84º 0.64% 0.23% -
HSV(B) 176.84º 0.78% 0.38% -
XYZ 6.56 9.5 11.84 -
YUV 73.82 138.82 90.33 -
System Red Green Blue C M Y K H S L
Decimal 21 97 93 0.78 0 0.04 0.62 176.84 0.64 0.23
Hex 15 61 5D 4E 0 4 3E B1 40 17
Octal 25 141 135 116 0 4 76 261 100 27
Binary 10101 1100001 1011101 1001110 0 100 111110 10110001 1000000 10111

Color Harmonies of #15615D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15615D

Black with #15615D

Text Example


Text Example

White with #15615D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #15615D; }

 p { color: rgb(21,97,93); }

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

background-color css

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

 a { background-color: rgb(21,97,93); }

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

border-color css

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

 span { border-color: rgb(21,97,93); }

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