Html Css Color HEX #115564 Blue Stone

📋 copy color: '#115564'

red 17 ◦ green 85 ◦ blue 100

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

Shades of Blue Stone #115564

Tints of Blue Stone #115564

RGB

 RED value IS 17 (7.03% from 255) = 8.42%

 GREEN value IS 85 (33.59% from 255) = 42.08%

 BLUE value IS 100 (39.45% from 255) = 49.5%

R = 8.42%
G = 42.08%
B = 49.5%

CMYK

 C value IS 0.83

 M value IS 0.15

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#115564 (or 0x115564) is known color: Blue Stone. HEX triplet: 11, 55 and 64. RGB value is (17,85,100). Sum of RGB (Red+Green+Blue) = 17+85+100=202 (26% of max value = 765). Red value is 17 (7.03% from 255 or 8.42% from 202); Green value is 85 (33.59% from 255 or 42.08% from 202); Blue value is 100 (39.45% from 255 or 49.50% from 202); Max value from RGB is 100 - color contains mainly: blue. Hex color #115564 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #115564 is #EEAA9B. Grayscale: #424242. Windows color (decimal): -15641244 or 6575377. OLE color: 6575377.

HSL color Cylindrical-coordinate representation of color #115564: hue angle of 190.84º degrees, saturation: 0.71, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #115564 is Cyan = 0.83, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 17 85 100 -
CMYK 0.83 0.15 0 0.61
HSL 190.84º 0.71% 0.23% -
HSV(B) 190.84º 0.83% 0.39% -
XYZ 5.78 7.54 13.21 -
YUV 66.38 146.97 92.78 -
System Red Green Blue C M Y K H S L
Decimal 17 85 100 0.83 0.15 0 0.61 190.84 0.71 0.23
Hex 11 55 64 53 F 0 3D BF 47 17
Octal 21 125 144 123 17 0 75 277 107 27
Binary 10001 1010101 1100100 1010011 1111 0 111101 10111111 1000111 10111

Color Harmonies of #115564

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #115564

Black with #115564

Text Example


Text Example

White with #115564

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #115564; }

 p { color: rgb(17,85,100); }

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

background-color css

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

 a { background-color: rgb(17,85,100); }

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

border-color css

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

 span { border-color: rgb(17,85,100); }

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