Html Css Color HEX #15565E Blue Stone

📋 copy color: '#15565E'

red 21 ◦ green 86 ◦ blue 94

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

Shades of Blue Stone #15565E

Tints of Blue Stone #15565E

RGB

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

 GREEN value IS 86 (33.98% from 255) = 42.79%

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

R = 10.45%
G = 42.79%
B = 46.77%

CMYK

 C value IS 0.78

 M value IS 0.09

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#15565E (or 0x15565E) is known color: Blue Stone. HEX triplet: 15, 56 and 5E. RGB value is (21,86,94). Sum of RGB (Red+Green+Blue) = 21+86+94=201 (26% of max value = 765). Red value is 21 (8.59% from 255 or 10.45% from 201); Green value is 86 (33.98% from 255 or 42.79% from 201); Blue value is 94 (37.11% from 255 or 46.77% from 201); Max value from RGB is 94 - color contains mainly: blue. Hex color #15565E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #15565E is #EAA9A1. Grayscale: #434343. Windows color (decimal): -15378850 or 6182421. OLE color: 6182421.

HSL color Cylindrical-coordinate representation of color #15565E: hue angle of 186.58º 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 #15565E is Cyan = 0.78, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 21 86 94 -
CMYK 0.78 0.09 0 0.63
HSL 186.58º 0.63% 0.23% -
HSV(B) 186.58º 0.78% 0.37% -
XYZ 5.66 7.62 11.76 -
YUV 67.48 142.97 94.85 -
System Red Green Blue C M Y K H S L
Decimal 21 86 94 0.78 0.09 0 0.63 186.58 0.63 0.23
Hex 15 56 5E 4E 9 0 3F BB 3F 17
Octal 25 126 136 116 11 0 77 273 77 27
Binary 10101 1010110 1011110 1001110 1001 0 111111 10111011 111111 10111

Color Harmonies of #15565E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15565E

Black with #15565E

Text Example


Text Example

White with #15565E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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