Html Css Color HEX #15565C Blue Stone

📋 copy color: '#15565C'

red 21 ◦ green 86 ◦ blue 92

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

Shades of Blue Stone #15565C

Tints of Blue Stone #15565C

RGB

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

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

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

R = 10.55%
G = 43.22%
B = 46.23%

CMYK

 C value IS 0.77

 M value IS 0.07

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#15565C (or 0x15565C) is known color: Blue Stone. HEX triplet: 15, 56 and 5C. RGB value is (21,86,92). Sum of RGB (Red+Green+Blue) = 21+86+92=199 (26% of max value = 765). Red value is 21 (8.59% from 255 or 10.55% from 199); Green value is 86 (33.98% from 255 or 43.22% from 199); Blue value is 92 (36.33% from 255 or 46.23% from 199); Max value from RGB is 92 - color contains mainly: blue. Hex color #15565C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #15565C is #EAA9A3. Grayscale: #434343. Windows color (decimal): -15378852 or 6051349. OLE color: 6051349.

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

Color convert

RGB 21 86 92 -
CMYK 0.77 0.07 0 0.64
HSL 185.07º 0.63% 0.22% -
HSV(B) 185.07º 0.77% 0.36% -
XYZ 5.57 7.59 11.3 -
YUV 67.25 141.97 95.01 -
System Red Green Blue C M Y K H S L
Decimal 21 86 92 0.77 0.07 0 0.64 185.07 0.63 0.22
Hex 15 56 5C 4D 7 0 40 B9 3F 16
Octal 25 126 134 115 7 0 100 271 77 26
Binary 10101 1010110 1011100 1001101 111 0 1000000 10111001 111111 10110

Color Harmonies of #15565C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15565C

Black with #15565C

Text Example


Text Example

White with #15565C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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