Html Css Color HEX #15575D Blue Stone

📋 copy color: '#15575D'

red 21 ◦ green 87 ◦ blue 93

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

Shades of Blue Stone #15575D

Tints of Blue Stone #15575D

RGB

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

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

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

R = 10.45%
G = 43.28%
B = 46.27%

CMYK

 C value IS 0.77

 M value IS 0.06

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#15575D (or 0x15575D) is known color: Blue Stone. HEX triplet: 15, 57 and 5D. RGB value is (21,87,93). Sum of RGB (Red+Green+Blue) = 21+87+93=201 (26% of max value = 765). Red value is 21 (8.59% from 255 or 10.45% from 201); Green value is 87 (34.38% from 255 or 43.28% from 201); Blue value is 93 (36.72% from 255 or 46.27% from 201); Max value from RGB is 93 - color contains mainly: blue. Hex color #15575D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #15575D is #EAA8A2. Grayscale: #434343. Windows color (decimal): -15378595 or 6117141. OLE color: 6117141.

HSL color Cylindrical-coordinate representation of color #15575D: hue angle of 185º degrees, saturation: 0.63, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #15575D is Cyan = 0.77, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 21 87 93 -
CMYK 0.77 0.06 0 0.64
HSL 185º 0.63% 0.22% -
HSV(B) 185º 0.77% 0.36% -
XYZ 5.69 7.77 11.55 -
YUV 67.95 142.13 94.51 -
System Red Green Blue C M Y K H S L
Decimal 21 87 93 0.77 0.06 0 0.64 185 0.63 0.22
Hex 15 57 5D 4D 6 0 40 B9 3F 16
Octal 25 127 135 115 6 0 100 271 77 26
Binary 10101 1010111 1011101 1001101 110 0 1000000 10111001 111111 10110

Color Harmonies of #15575D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15575D

Black with #15575D

Text Example


Text Example

White with #15575D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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