Html Css Color HEX #15575E Blue Stone

📋 copy color: '#15575E'

red 21 ◦ green 87 ◦ blue 94

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

Shades of Blue Stone #15575E

Tints of Blue Stone #15575E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 46.53%

R = 10.4%
G = 43.07%
B = 46.53%

CMYK

 C value IS 0.78

 M value IS 0.07

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#15575E (or 0x15575E) is known color: Blue Stone. HEX triplet: 15, 57 and 5E. RGB value is (21,87,94). Sum of RGB (Red+Green+Blue) = 21+87+94=202 (26% of max value = 765). Red value is 21 (8.59% from 255 or 10.40% from 202); Green value is 87 (34.38% from 255 or 43.07% from 202); Blue value is 94 (37.11% from 255 or 46.53% from 202); Max value from RGB is 94 - color contains mainly: blue. Hex color #15575E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #15575E is #EAA8A1. Grayscale: #434343. Windows color (decimal): -15378594 or 6182677. OLE color: 6182677.

HSL color Cylindrical-coordinate representation of color #15575E: hue angle of 185.75º degrees, saturation: 0.63, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #15575E is Cyan = 0.78, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 21 87 94 -
CMYK 0.78 0.07 0 0.63
HSL 185.75º 0.63% 0.23% -
HSV(B) 185.75º 0.78% 0.37% -
XYZ 5.74 7.78 11.79 -
YUV 68.06 142.63 94.43 -
System Red Green Blue C M Y K H S L
Decimal 21 87 94 0.78 0.07 0 0.63 185.75 0.63 0.23
Hex 15 57 5E 4E 7 0 3F BA 3F 17
Octal 25 127 136 116 7 0 77 272 77 27
Binary 10101 1010111 1011110 1001110 111 0 111111 10111010 111111 10111

Color Harmonies of #15575E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15575E

Black with #15575E

Text Example


Text Example

White with #15575E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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