Html Css Color HEX #116055 Blue Stone

📋 copy color: '#116055'

red 17 ◦ green 96 ◦ blue 85

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

Shades of Blue Stone #116055

Tints of Blue Stone #116055

RGB

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

 GREEN value IS 96 (37.89% from 255) = 48.48%

 BLUE value IS 85 (33.59% from 255) = 42.93%

R = 8.59%
G = 48.48%
B = 42.93%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.11

 K value IS 0.62

RGB Variations

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

Color information

#116055 (or 0x116055) is known color: Blue Stone. HEX triplet: 11, 60 and 55. RGB value is (17,96,85). Sum of RGB (Red+Green+Blue) = 17+96+85=198 (26% of max value = 765). Red value is 17 (7.03% from 255 or 8.59% from 198); Green value is 96 (37.89% from 255 or 48.48% from 198); Blue value is 85 (33.59% from 255 or 42.93% from 198); Max value from RGB is 96 - color contains mainly: green. Hex color #116055 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #116055 is #EE9FAA. Grayscale: #474747. Windows color (decimal): -15638443 or 5595153. OLE color: 5595153.

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

Color convert

RGB 17 96 85 -
CMYK 0.82 0 0.11 0.62
HSL 171.65º 0.7% 0.22% -
HSV(B) 171.65º 0.82% 0.38% -
XYZ 6.05 9.14 10.04 -
YUV 71.13 135.83 89.39 -
System Red Green Blue C M Y K H S L
Decimal 17 96 85 0.82 0 0.11 0.62 171.65 0.7 0.22
Hex 11 60 55 52 0 B 3E AC 46 16
Octal 21 140 125 122 0 13 76 254 106 26
Binary 10001 1100000 1010101 1010010 0 1011 111110 10101100 1000110 10110

Color Harmonies of #116055

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #116055

Black with #116055

Text Example


Text Example

White with #116055

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #116055; }

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

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

background-color css

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

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

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

border-color css

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

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

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