#165675

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

Shades of Orient #165675

Tints of Orient #165675

Color information

#165675 (or 0x165675) is unknown color: approx Orient. HEX triplet: 16, 56 and 75. RGB value is (22,86,117). Sum of RGB (Red+Green+Blue) = 22+86+117=225 (29% of max value = 765). Red value is 22 (8.98% from 255 or 9.78% from 225); Green value is 86 (33.98% from 255 or 38.22% from 225); Blue value is 117 (46.09% from 255 or 52% from 225); Max value from RGB is 117 - color contains mainly: blue. Hex color #165675 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #165675 is #E9A98A. Grayscale: #464646. Windows color (decimal): -15313291 or 7689750. OLE color: 7689750.

HSL color Cylindrical-coordinate representation of color #165675: hue angle of 199.58º degrees, saturation: 0.68, 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 #165675 is Cyan = 0.81, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB2286117-
CMYK0.810.2600.54
HSL199.58º68.35%27.25%-
HSV(B)199.58º81.2%45.88%-
XYZ6.878.1118.03-
YUV70.4154.393.48-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 9.78%
GREEN value IS 86 (33.98% from 255) = 38.22%
BLUE value IS 117 (46.09% from 255) = 52%
R=9.78%
G=38.22%
B=52%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal22861170.810.2600.54199.5868.3527.25
Hex165675511A036c8441b
Octal261261651213206631010433
Binary1011010101101110101101000111010011011011001000100010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #165675

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #165675; }

 p { color: rgb(22,86,117); }

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

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

 a { background-color: rgb(22,86,117); }

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

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

 span { border-color: rgb(22,86,117); }

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