#165A75

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

Shades of Orient #165A75

Tints of Orient #165A75

Color information

#165A75 (or 0x165A75) is unknown color: approx Orient. HEX triplet: 16, 5A and 75. RGB value is (22,90,117). Sum of RGB (Red+Green+Blue) = 22+90+117=229 (30% of max value = 765). Red value is 22 (8.98% from 255 or 9.61% from 229); Green value is 90 (35.55% from 255 or 39.30% from 229); Blue value is 117 (46.09% from 255 or 51.09% from 229); Max value from RGB is 117 - color contains mainly: blue. Hex color #165A75 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #165A75 is #E9A58A. Grayscale: #484848. Windows color (decimal): -15312267 or 7690774. OLE color: 7690774.

HSL color Cylindrical-coordinate representation of color #165A75: hue angle of 197.05º 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 #165A75 is Cyan = 0.81, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB2290117-
CMYK0.810.2300.54
HSL197.05º68.35%27.25%-
HSV(B)197.05º81.2%45.88%-
XYZ7.28.7718.14-
YUV72.75152.9791.8-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 9.61%
GREEN value IS 90 (35.55% from 255) = 39.30%
BLUE value IS 117 (46.09% from 255) = 51.09%
R=9.61%
G=39.30%
B=51.09%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal22901170.810.2300.54197.0568.3527.25
Hex165A755117036c5441b
Octal261321651212706630510433
Binary1011010110101110101101000110111011011011000101100010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #165A75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #165A75; }

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

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

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

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

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

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

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

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