#11557A

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

Shades of Orient #11557A

Tints of Orient #11557A

Color information

#11557A (or 0x11557A) is unknown color: approx Orient. HEX triplet: 11, 55 and 7A. RGB value is (17,85,122). Sum of RGB (Red+Green+Blue) = 17+85+122=224 (29% of max value = 765). Red value is 17 (7.03% from 255 or 7.59% from 224); Green value is 85 (33.59% from 255 or 37.95% from 224); Blue value is 122 (48.05% from 255 or 54.46% from 224); Max value from RGB is 122 - color contains mainly: blue. Hex color #11557A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #11557A is #EEAA85. Grayscale: #444444. Windows color (decimal): -15641222 or 8017169. OLE color: 8017169.

HSL color Cylindrical-coordinate representation of color #11557A: hue angle of 201.14º degrees, saturation: 0.76, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #11557A is Cyan = 0.86, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB1785122-
CMYK0.860.3000.52
HSL201.14º75.54%27.25%-
HSV(B)201.14º86.07%47.84%-
XYZ6.998.0219.59-
YUV68.89157.9790.99-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 7.59%
GREEN value IS 85 (33.59% from 255) = 37.95%
BLUE value IS 122 (48.05% from 255) = 54.46%
R=7.59%
G=37.95%
B=54.46%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal17851220.860.3000.52201.1475.5427.25
Hex11557A561E034c94c1b
Octal211251721263606431111433
Binary1000110101011111010101011011110011010011001001100110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11557A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #11557A; }

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

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

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

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

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

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

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

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