#175A75

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

Shades of Orient #175A75

Tints of Orient #175A75

Color information

#175A75 (or 0x175A75) is unknown color: approx Orient. HEX triplet: 17, 5A and 75. RGB value is (23,90,117). Sum of RGB (Red+Green+Blue) = 23+90+117=230 (30% of max value = 765). Red value is 23 (9.38% from 255 or 10% from 230); Green value is 90 (35.55% from 255 or 39.13% from 230); Blue value is 117 (46.09% from 255 or 50.87% from 230); Max value from RGB is 117 - color contains mainly: blue. Hex color #175A75 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #175A75 is #E8A58A. Grayscale: #484848. Windows color (decimal): -15246731 or 7690775. OLE color: 7690775.

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

Color convert

RGB2390117-
CMYK0.800.2300.54
HSL197.23º67.14%27.45%-
HSV(B)197.23º80.34%45.88%-
XYZ7.228.7818.14-
YUV73.04152.892.3-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 10%
GREEN value IS 90 (35.55% from 255) = 39.13%
BLUE value IS 117 (46.09% from 255) = 50.87%
R=10%
G=39.13%
B=50.87%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal23901170.800.2300.54197.2367.1427.45
Hex175A755017036c5431b
Octal271321651202706630510333
Binary1011110110101110101101000010111011011011000101100001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #175A75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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