#175375

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

Shades of Orient #175375

Tints of Orient #175375

Color information

#175375 (or 0x175375) is unknown color: approx Orient. HEX triplet: 17, 53 and 75. RGB value is (23,83,117). Sum of RGB (Red+Green+Blue) = 23+83+117=223 (29% of max value = 765). Red value is 23 (9.38% from 255 or 10.31% from 223); Green value is 83 (32.81% from 255 or 37.22% from 223); Blue value is 117 (46.09% from 255 or 52.47% from 223); Max value from RGB is 117 - color contains mainly: blue. Hex color #175375 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #175375 is #E8AC8A. Grayscale: #444444. Windows color (decimal): -15248523 or 7688983. OLE color: 7688983.

HSL color Cylindrical-coordinate representation of color #175375: hue angle of 201.7º degrees, saturation: 0.67, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #175375 is Cyan = 0.80, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB2383117-
CMYK0.800.2900.54
HSL201.7º67.14%27.45%-
HSV(B)201.7º80.34%45.88%-
XYZ6.667.6517.96-
YUV68.94155.1295.24-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 10.31%
GREEN value IS 83 (32.81% from 255) = 37.22%
BLUE value IS 117 (46.09% from 255) = 52.47%
R=10.31%
G=37.22%
B=52.47%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal23831170.800.2900.54201.767.1427.45
Hex175375501D036ca431b
Octal271231651203506631210333
Binary1011110100111110101101000011101011011011001010100001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #175375

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #175375; }

 p { color: rgb(23,83,117); }

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

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

 a { background-color: rgb(23,83,117); }

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

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

 span { border-color: rgb(23,83,117); }

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