#116575

Color #116575 Allports (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Allports #116575

Tints of Allports #116575

Color information

#116575 (or 0x116575) is unknown color: approx Allports. HEX triplet: 11, 65 and 75. RGB value is (17,101,117). Sum of RGB (Red+Green+Blue) = 17+101+117=235 (31% of max value = 765). Red value is 17 (7.03% from 255 or 7.23% from 235); Green value is 101 (39.84% from 255 or 42.98% from 235); Blue value is 117 (46.09% from 255 or 49.79% from 235); Max value from RGB is 117 - color contains mainly: blue. Hex color #116575 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #116575 is #EE9A8A. Grayscale: #4D4D4D. Windows color (decimal): -15637131 or 7693585. OLE color: 7693585.

HSL color Cylindrical-coordinate representation of color #116575: hue angle of 189.6º degrees, saturation: 0.75, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #116575 is Cyan = 0.85, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB17101117-
CMYK0.850.1400.54
HSL189.6º74.63%26.27%-
HSV(B)189.6º85.47%45.88%-
XYZ8.110.7118.47-
YUV77.71150.1784.7-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 7.23%
GREEN value IS 101 (39.84% from 255) = 42.98%
BLUE value IS 117 (46.09% from 255) = 49.79%
R=7.23%
G=42.98%
B=49.79%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal171011170.850.1400.54189.674.6326.27
Hex11657555E036be4b1a
Octal211451651251606627611332
Binary100011100101111010110101011110011011010111110100101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #116575

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #116575; }

 p { color: rgb(17,101,117); }

 H1.HeaderClassName
 {
   color: #116575;
 }
 .AnyTagClassName
 {
   color: #116575;
 }
</style>
background-color css

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

 a { background-color: rgb(17,101,117); }

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

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

 span { border-color: rgb(17,101,117); }

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