#175674

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

Shades of Orient #175674

Tints of Orient #175674

Color information

#175674 (or 0x175674) is unknown color: approx Orient. HEX triplet: 17, 56 and 74. RGB value is (23,86,116). Sum of RGB (Red+Green+Blue) = 23+86+116=225 (29% of max value = 765). Red value is 23 (9.38% from 255 or 10.22% from 225); Green value is 86 (33.98% from 255 or 38.22% from 225); Blue value is 116 (45.70% from 255 or 51.56% from 225); Max value from RGB is 116 - color contains mainly: blue. Hex color #175674 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #175674 is #E8A98B. Grayscale: #464646. Windows color (decimal): -15247756 or 7624215. OLE color: 7624215.

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

Color convert

RGB2386116-
CMYK0.800.2600.55
HSL199.35º66.91%27.25%-
HSV(B)199.35º80.17%45.49%-
XYZ6.838.117.73-
YUV70.58153.6394.06-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 10.22%
GREEN value IS 86 (33.98% from 255) = 38.22%
BLUE value IS 116 (45.70% from 255) = 51.56%
R=10.22%
G=38.22%
B=51.56%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal23861160.800.2600.55199.3566.9127.25
Hex175674501A037c7431b
Octal271261641203206730710333
Binary1011110101101110100101000011010011011111000111100001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #175674

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #175674; }

 p { color: rgb(23,86,116); }

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

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

 a { background-color: rgb(23,86,116); }

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

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

 span { border-color: rgb(23,86,116); }

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