#115572

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

Shades of Orient #115572

Tints of Orient #115572

Color information

#115572 (or 0x115572) is unknown color: approx Orient. HEX triplet: 11, 55 and 72. RGB value is (17,85,114). Sum of RGB (Red+Green+Blue) = 17+85+114=216 (28% of max value = 765). Red value is 17 (7.03% from 255 or 7.87% from 216); Green value is 85 (33.59% from 255 or 39.35% from 216); Blue value is 114 (44.92% from 255 or 52.78% from 216); Max value from RGB is 114 - color contains mainly: blue. Hex color #115572 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #115572 is #EEAA8D. Grayscale: #434343. Windows color (decimal): -15641230 or 7492881. OLE color: 7492881.

HSL color Cylindrical-coordinate representation of color #115572: hue angle of 197.94º degrees, saturation: 0.74, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #115572 is Cyan = 0.85, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB1785114-
CMYK0.850.2500.55
HSL197.94º74.05%25.69%-
HSV(B)197.94º85.09%44.71%-
XYZ6.527.8317.09-
YUV67.97153.9791.64-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 7.87%
GREEN value IS 85 (33.59% from 255) = 39.35%
BLUE value IS 114 (44.92% from 255) = 52.78%
R=7.87%
G=39.35%
B=52.78%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal17851140.850.2500.55197.9474.0525.69
Hex1155725519037c64a1a
Octal211251621253106730611232
Binary1000110101011110010101010111001011011111000110100101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #115572

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #115572; }

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

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

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

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

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

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

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

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