#175D6D

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

Shades of Orient #175D6D

Tints of Orient #175D6D

Color information

#175D6D (or 0x175D6D) is unknown color: approx Orient. HEX triplet: 17, 5D and 6D. RGB value is (23,93,109). Sum of RGB (Red+Green+Blue) = 23+93+109=225 (29% of max value = 765). Red value is 23 (9.38% from 255 or 10.22% from 225); Green value is 93 (36.72% from 255 or 41.33% from 225); Blue value is 109 (42.97% from 255 or 48.44% from 225); Max value from RGB is 109 - color contains mainly: blue. Hex color #175D6D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #175D6D is #E8A292. Grayscale: #494949. Windows color (decimal): -15245971 or 7167255. OLE color: 7167255.

HSL color Cylindrical-coordinate representation of color #175D6D: hue angle of 191.16º degrees, saturation: 0.65, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #175D6D is Cyan = 0.79, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB2393109-
CMYK0.790.1500.57
HSL191.16º65.15%25.88%-
HSV(B)191.16º78.9%42.75%-
XYZ7.039.1115.86-
YUV73.89147.8191.7-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 10.22%
GREEN value IS 93 (36.72% from 255) = 41.33%
BLUE value IS 109 (42.97% from 255) = 48.44%
R=10.22%
G=41.33%
B=48.44%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal23931090.790.1500.57191.1665.1525.88
Hex175D6D4FF039bf411a
Octal271351551171707127710132
Binary101111011101110110110011111111011100110111111100000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #175D6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #175D6D; }

 p { color: rgb(23,93,109); }

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

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

 a { background-color: rgb(23,93,109); }

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

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

 span { border-color: rgb(23,93,109); }

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