#175471

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

Shades of Orient #175471

Tints of Orient #175471

Color information

#175471 (or 0x175471) is unknown color: approx Orient. HEX triplet: 17, 54 and 71. RGB value is (23,84,113). Sum of RGB (Red+Green+Blue) = 23+84+113=220 (29% of max value = 765). Red value is 23 (9.38% from 255 or 10.45% from 220); Green value is 84 (33.20% from 255 or 38.18% from 220); Blue value is 113 (44.53% from 255 or 51.36% from 220); Max value from RGB is 113 - color contains mainly: blue. Hex color #175471 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #175471 is #E8AB8E. Grayscale: #444444. Windows color (decimal): -15248271 or 7427095. OLE color: 7427095.

HSL color Cylindrical-coordinate representation of color #175471: hue angle of 199.33º degrees, saturation: 0.66, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #175471 is Cyan = 0.80, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB2384113-
CMYK0.800.2600.56
HSL199.33º66.18%26.67%-
HSV(B)199.33º79.65%44.31%-
XYZ6.57.7216.77-
YUV69.07152.7995.14-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 10.45%
GREEN value IS 84 (33.20% from 255) = 38.18%
BLUE value IS 113 (44.53% from 255) = 51.36%
R=10.45%
G=38.18%
B=51.36%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal23841130.800.2600.56199.3366.1826.67
Hex175471501A038c7421b
Octal271241611203207030710233
Binary1011110101001110001101000011010011100011000111100001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #175471

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #175471; }

 p { color: rgb(23,84,113); }

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

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

 a { background-color: rgb(23,84,113); }

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

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

 span { border-color: rgb(23,84,113); }

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