Html Css Color HEX #15565A Blue Stone

📋 copy color: '#15565A'

red 21 ◦ green 86 ◦ blue 90

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

Shades of Blue Stone #15565A

Tints of Blue Stone #15565A

RGB

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

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

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

R = 10.66%
G = 43.65%
B = 45.69%

CMYK

 C value IS 0.77

 M value IS 0.04

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#15565A (or 0x15565A) is known color: Blue Stone. HEX triplet: 15, 56 and 5A. RGB value is (21,86,90). Sum of RGB (Red+Green+Blue) = 21+86+90=197 (26% of max value = 765). Red value is 21 (8.59% from 255 or 10.66% from 197); Green value is 86 (33.98% from 255 or 43.65% from 197); Blue value is 90 (35.55% from 255 or 45.69% from 197); Max value from RGB is 90 - color contains mainly: blue. Hex color #15565A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #15565A is #EAA9A5. Grayscale: #424242. Windows color (decimal): -15378854 or 5920277. OLE color: 5920277.

HSL color Cylindrical-coordinate representation of color #15565A: hue angle of 183.48º 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 #15565A is Cyan = 0.77, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 21 86 90 -
CMYK 0.77 0.04 0 0.65
HSL 183.48º 0.62% 0.22% -
HSV(B) 183.48º 0.77% 0.35% -
XYZ 5.48 7.55 10.84 -
YUV 67.02 140.97 95.17 -
System Red Green Blue C M Y K H S L
Decimal 21 86 90 0.77 0.04 0 0.65 183.48 0.62 0.22
Hex 15 56 5A 4D 4 0 41 B7 3E 16
Octal 25 126 132 115 4 0 101 267 76 26
Binary 10101 1010110 1011010 1001101 100 0 1000001 10110111 111110 10110

Color Harmonies of #15565A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15565A

Black with #15565A

Text Example


Text Example

White with #15565A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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