#105571

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

Shades of Orient #105571

Tints of Orient #105571

Color information

#105571 (or 0x105571) is unknown color: approx Orient. HEX triplet: 10, 55 and 71. RGB value is (16,85,113). Sum of RGB (Red+Green+Blue) = 16+85+113=214 (28% of max value = 765). Red value is 16 (6.64% from 255 or 7.48% from 214); Green value is 85 (33.59% from 255 or 39.72% from 214); Blue value is 113 (44.53% from 255 or 52.80% from 214); Max value from RGB is 113 - color contains mainly: blue. Hex color #105571 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #105571 is #EFAA8E. Grayscale: #434343. Windows color (decimal): -15706767 or 7427344. OLE color: 7427344.

HSL color Cylindrical-coordinate representation of color #105571: hue angle of 197.32º degrees, saturation: 0.75, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #105571 is Cyan = 0.86, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB1685113-
CMYK0.860.2500.56
HSL197.32º75.19%25.29%-
HSV(B)197.32º85.84%44.31%-
XYZ6.447.816.79-
YUV67.56153.6491.22-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 7.48%
GREEN value IS 85 (33.59% from 255) = 39.72%
BLUE value IS 113 (44.53% from 255) = 52.80%
R=7.48%
G=39.72%
B=52.80%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal16851130.860.2500.56197.3275.1925.29
Hex1055715619038c54b19
Octal201251611263107030511331
Binary1000010101011110001101011011001011100011000101100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #105571

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #105571; }

 p { color: rgb(16,85,113); }

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

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

 a { background-color: rgb(16,85,113); }

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

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

 span { border-color: rgb(16,85,113); }

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