Html Css Color HEX #15575A Blue Stone

📋 copy color: '#15575A'

red 21 ◦ green 87 ◦ blue 90

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

Shades of Blue Stone #15575A

Tints of Blue Stone #15575A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 45.45%

R = 10.61%
G = 43.94%
B = 45.45%

CMYK

 C value IS 0.77

 M value IS 0.03

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#15575A (or 0x15575A) is known color: Blue Stone. HEX triplet: 15, 57 and 5A. RGB value is (21,87,90). Sum of RGB (Red+Green+Blue) = 21+87+90=198 (26% of max value = 765). Red value is 21 (8.59% from 255 or 10.61% from 198); Green value is 87 (34.38% from 255 or 43.94% from 198); Blue value is 90 (35.55% from 255 or 45.45% from 198); Max value from RGB is 90 - color contains mainly: blue. Hex color #15575A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #15575A is #EAA8A5. Grayscale: #434343. Windows color (decimal): -15378598 or 5920533. OLE color: 5920533.

HSL color Cylindrical-coordinate representation of color #15575A: hue angle of 182.61º degrees, saturation: 0.62, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #15575A is Cyan = 0.77, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 21 87 90 -
CMYK 0.77 0.03 0 0.65
HSL 182.61º 0.62% 0.22% -
HSV(B) 182.61º 0.77% 0.35% -
XYZ 5.56 7.71 10.87 -
YUV 67.61 140.63 94.76 -
System Red Green Blue C M Y K H S L
Decimal 21 87 90 0.77 0.03 0 0.65 182.61 0.62 0.22
Hex 15 57 5A 4D 3 0 41 B7 3E 16
Octal 25 127 132 115 3 0 101 267 76 26
Binary 10101 1010111 1011010 1001101 11 0 1000001 10110111 111110 10110

Color Harmonies of #15575A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15575A

Black with #15575A

Text Example


Text Example

White with #15575A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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