#116577

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

Shades of Allports #116577

Tints of Allports #116577

Color information

#116577 (or 0x116577) is unknown color: approx Allports. HEX triplet: 11, 65 and 77. RGB value is (17,101,119). Sum of RGB (Red+Green+Blue) = 17+101+119=237 (31% of max value = 765). Red value is 17 (7.03% from 255 or 7.17% from 237); Green value is 101 (39.84% from 255 or 42.62% from 237); Blue value is 119 (46.88% from 255 or 50.21% from 237); Max value from RGB is 119 - color contains mainly: blue. Hex color #116577 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #116577 is #EE9A88. Grayscale: #4D4D4D. Windows color (decimal): -15637129 or 7824657. OLE color: 7824657.

HSL color Cylindrical-coordinate representation of color #116577: hue angle of 190.59º degrees, saturation: 0.75, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #116577 is Cyan = 0.86, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB17101119-
CMYK0.860.1500.53
HSL190.59º75%26.67%-
HSV(B)190.59º85.71%46.67%-
XYZ8.2110.7619.1-
YUV77.94151.1784.54-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 7.17%
GREEN value IS 101 (39.84% from 255) = 42.62%
BLUE value IS 119 (46.88% from 255) = 50.21%
R=7.17%
G=42.62%
B=50.21%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal171011190.860.1500.53190.597526.67
Hex11657756F035bf4b1b
Octal211451671261706527711333
Binary100011100101111011110101101111011010110111111100101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #116577

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #116577; }

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

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

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

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

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

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

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

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