#105570

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

Shades of Orient #105570

Tints of Orient #105570

Color information

#105570 (or 0x105570) is unknown color: approx Orient. HEX triplet: 10, 55 and 70. RGB value is (16,85,112). Sum of RGB (Red+Green+Blue) = 16+85+112=213 (28% of max value = 765). Red value is 16 (6.64% from 255 or 7.51% from 213); Green value is 85 (33.59% from 255 or 39.91% from 213); Blue value is 112 (44.14% from 255 or 52.58% from 213); Max value from RGB is 112 - color contains mainly: blue. Hex color #105570 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #105570 is #EFAA8F. Grayscale: #434343. Windows color (decimal): -15706768 or 7361808. OLE color: 7361808.

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

Color convert

RGB1685112-
CMYK0.860.2400.56
HSL196.88º75%25.1%-
HSV(B)196.88º85.71%43.92%-
XYZ6.397.7816.49-
YUV67.45153.1491.3-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 7.51%
GREEN value IS 85 (33.59% from 255) = 39.91%
BLUE value IS 112 (44.14% from 255) = 52.58%
R=7.51%
G=39.91%
B=52.58%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal16851120.860.2400.56196.887525.1
Hex1055705618038c54b19
Octal201251601263007030511331
Binary1000010101011110000101011011000011100011000101100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #105570

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #105570; }

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

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

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

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

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

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

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

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