Html Css Color HEX #115562 Blue Stone

📋 copy color: '#115562'

red 17 ◦ green 85 ◦ blue 98

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

Shades of Blue Stone #115562

Tints of Blue Stone #115562

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 49%

R = 8.5%
G = 42.5%
B = 49%

CMYK

 C value IS 0.83

 M value IS 0.13

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#115562 (or 0x115562) is known color: Blue Stone. HEX triplet: 11, 55 and 62. RGB value is (17,85,98). Sum of RGB (Red+Green+Blue) = 17+85+98=200 (26% of max value = 765). Red value is 17 (7.03% from 255 or 8.5% from 200); Green value is 85 (33.59% from 255 or 42.5% from 200); Blue value is 98 (38.67% from 255 or 49% from 200); Max value from RGB is 98 - color contains mainly: blue. Hex color #115562 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #115562 is #EEAA9D. Grayscale: #424242. Windows color (decimal): -15641246 or 6444305. OLE color: 6444305.

HSL color Cylindrical-coordinate representation of color #115562: hue angle of 189.63º degrees, saturation: 0.7, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #115562 is Cyan = 0.83, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 17 85 98 -
CMYK 0.83 0.13 0 0.62
HSL 189.63º 0.7% 0.23% -
HSV(B) 189.63º 0.83% 0.38% -
XYZ 5.68 7.5 12.7 -
YUV 66.15 145.97 92.94 -
System Red Green Blue C M Y K H S L
Decimal 17 85 98 0.83 0.13 0 0.62 189.63 0.7 0.23
Hex 11 55 62 53 D 0 3E BE 46 17
Octal 21 125 142 123 15 0 76 276 106 27
Binary 10001 1010101 1100010 1010011 1101 0 111110 10111110 1000110 10111

Color Harmonies of #115562

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #115562

Black with #115562

Text Example


Text Example

White with #115562

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #115562; }

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

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

background-color css

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

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

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

border-color css

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

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

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