#165876

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

Shades of Orient #165876

Tints of Orient #165876

Color information

#165876 (or 0x165876) is unknown color: approx Orient. HEX triplet: 16, 58 and 76. RGB value is (22,88,118). Sum of RGB (Red+Green+Blue) = 22+88+118=228 (30% of max value = 765). Red value is 22 (8.98% from 255 or 9.65% from 228); Green value is 88 (34.77% from 255 or 38.60% from 228); Blue value is 118 (46.48% from 255 or 51.75% from 228); Max value from RGB is 118 - color contains mainly: blue. Hex color #165876 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #165876 is #E9A789. Grayscale: #474747. Windows color (decimal): -15312778 or 7755798. OLE color: 7755798.

HSL color Cylindrical-coordinate representation of color #165876: hue angle of 198.75º degrees, saturation: 0.69, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #165876 is Cyan = 0.81, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB2288118-
CMYK0.810.2500.54
HSL198.75º68.57%27.45%-
HSV(B)198.75º81.36%46.27%-
XYZ7.098.4618.4-
YUV71.69154.1392.56-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 9.65%
GREEN value IS 88 (34.77% from 255) = 38.60%
BLUE value IS 118 (46.48% from 255) = 51.75%
R=9.65%
G=38.60%
B=51.75%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal22881180.810.2500.54198.7568.5727.45
Hex1658765119036c7451b
Octal261301661213106630710533
Binary1011010110001110110101000111001011011011000111100010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #165876

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #165876; }

 p { color: rgb(22,88,118); }

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

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

 a { background-color: rgb(22,88,118); }

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

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

 span { border-color: rgb(22,88,118); }

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