Html Css Color HEX #15565F Blue Stone

📋 copy color: '#15565F'

red 21 ◦ green 86 ◦ blue 95

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

Shades of Blue Stone #15565F

Tints of Blue Stone #15565F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 47.03%

R = 10.4%
G = 42.57%
B = 47.03%

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

#15565F (or 0x15565F) is known color: Blue Stone. HEX triplet: 15, 56 and 5F. RGB value is (21,86,95). Sum of RGB (Red+Green+Blue) = 21+86+95=202 (26% of max value = 765). Red value is 21 (8.59% from 255 or 10.40% from 202); Green value is 86 (33.98% from 255 or 42.57% from 202); Blue value is 95 (37.5% from 255 or 47.03% from 202); Max value from RGB is 95 - color contains mainly: blue. Hex color #15565F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #15565F is #EAA9A0. Grayscale: #434343. Windows color (decimal): -15378849 or 6247957. OLE color: 6247957.

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

Color convert

RGB 21 86 95 -
CMYK 0.78 0.09 0 0.63
HSL 187.3º 0.64% 0.23% -
HSV(B) 187.3º 0.78% 0.37% -
XYZ 5.7 7.64 12 -
YUV 67.59 143.47 94.77 -
System Red Green Blue C M Y K H S L
Decimal 21 86 95 0.78 0.09 0 0.63 187.3 0.64 0.23
Hex 15 56 5F 4E 9 0 3F BB 40 17
Octal 25 126 137 116 11 0 77 273 100 27
Binary 10101 1010110 1011111 1001110 1001 0 111111 10111011 1000000 10111

Color Harmonies of #15565F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15565F

Black with #15565F

Text Example


Text Example

White with #15565F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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