#175D7A

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

Shades of Orient #175D7A

Tints of Orient #175D7A

Color information

#175D7A (or 0x175D7A) is unknown color: approx Orient. HEX triplet: 17, 5D and 7A. RGB value is (23,93,122). Sum of RGB (Red+Green+Blue) = 23+93+122=238 (31% of max value = 765). Red value is 23 (9.38% from 255 or 9.66% from 238); Green value is 93 (36.72% from 255 or 39.08% from 238); Blue value is 122 (48.05% from 255 or 51.26% from 238); Max value from RGB is 122 - color contains mainly: blue. Hex color #175D7A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #175D7A is #E8A285. Grayscale: #4B4B4B. Windows color (decimal): -15245958 or 8019223. OLE color: 8019223.

HSL color Cylindrical-coordinate representation of color #175D7A: hue angle of 197.58º degrees, saturation: 0.68, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #175D7A is Cyan = 0.81, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB2393122-
CMYK0.810.2400.52
HSL197.58º68.28%28.43%-
HSV(B)197.58º81.15%47.84%-
XYZ7.789.4219.82-
YUV75.38154.3190.64-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 9.66%
GREEN value IS 93 (36.72% from 255) = 39.08%
BLUE value IS 122 (48.05% from 255) = 51.26%
R=9.66%
G=39.08%
B=51.26%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal23931220.810.2400.52197.5868.2828.43
Hex175D7A5118034c6441c
Octal271351721213006430610434
Binary1011110111011111010101000111000011010011000110100010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #175D7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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