Html Css Color HEX #15575C Blue Stone

📋 copy color: '#15575C'

red 21 ◦ green 87 ◦ blue 92

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

Shades of Blue Stone #15575C

Tints of Blue Stone #15575C

RGB

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

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

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

R = 10.5%
G = 43.5%
B = 46%

CMYK

 C value IS 0.77

 M value IS 0.05

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#15575C (or 0x15575C) is known color: Blue Stone. HEX triplet: 15, 57 and 5C. RGB value is (21,87,92). Sum of RGB (Red+Green+Blue) = 21+87+92=200 (26% of max value = 765). Red value is 21 (8.59% from 255 or 10.5% from 200); Green value is 87 (34.38% from 255 or 43.5% from 200); Blue value is 92 (36.33% from 255 or 46% from 200); Max value from RGB is 92 - color contains mainly: blue. Hex color #15575C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #15575C is #EAA8A3. Grayscale: #434343. Windows color (decimal): -15378596 or 6051605. OLE color: 6051605.

HSL color Cylindrical-coordinate representation of color #15575C: hue angle of 184.23º 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 #15575C is Cyan = 0.77, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 21 87 92 -
CMYK 0.77 0.05 0 0.64
HSL 184.23º 0.63% 0.22% -
HSV(B) 184.23º 0.77% 0.36% -
XYZ 5.65 7.75 11.32 -
YUV 67.84 141.63 94.59 -
System Red Green Blue C M Y K H S L
Decimal 21 87 92 0.77 0.05 0 0.64 184.23 0.63 0.22
Hex 15 57 5C 4D 5 0 40 B8 3F 16
Octal 25 127 134 115 5 0 100 270 77 26
Binary 10101 1010111 1011100 1001101 101 0 1000000 10111000 111111 10110

Color Harmonies of #15575C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15575C

Black with #15575C

Text Example


Text Example

White with #15575C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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