#115579

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

Shades of Orient #115579

Tints of Orient #115579

Color information

#115579 (or 0x115579) is unknown color: approx Orient. HEX triplet: 11, 55 and 79. RGB value is (17,85,121). Sum of RGB (Red+Green+Blue) = 17+85+121=223 (29% of max value = 765). Red value is 17 (7.03% from 255 or 7.62% from 223); Green value is 85 (33.59% from 255 or 38.12% from 223); Blue value is 121 (47.66% from 255 or 54.26% from 223); Max value from RGB is 121 - color contains mainly: blue. Hex color #115579 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #115579 is #EEAA86. Grayscale: #444444. Windows color (decimal): -15641223 or 7951633. OLE color: 7951633.

HSL color Cylindrical-coordinate representation of color #115579: hue angle of 200.77º 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 #115579 is Cyan = 0.86, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB1785121-
CMYK0.860.3000.53
HSL200.77º75.36%27.06%-
HSV(B)200.77º85.95%47.45%-
XYZ6.93819.27-
YUV68.77157.4791.07-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 7.62%
GREEN value IS 85 (33.59% from 255) = 38.12%
BLUE value IS 121 (47.66% from 255) = 54.26%
R=7.62%
G=38.12%
B=54.26%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal17851210.860.3000.53200.7775.3627.06
Hex115579561E035c94b1b
Octal211251711263606531111333
Binary1000110101011111001101011011110011010111001001100101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #115579

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #115579; }

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

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

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

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

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

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

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

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