#175574

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

Shades of Orient #175574

Tints of Orient #175574

Color information

#175574 (or 0x175574) is unknown color: approx Orient. HEX triplet: 17, 55 and 74. RGB value is (23,85,116). Sum of RGB (Red+Green+Blue) = 23+85+116=224 (29% of max value = 765). Red value is 23 (9.38% from 255 or 10.27% from 224); Green value is 85 (33.59% from 255 or 37.95% from 224); Blue value is 116 (45.70% from 255 or 51.79% from 224); Max value from RGB is 116 - color contains mainly: blue. Hex color #175574 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #175574 is #E8AA8B. Grayscale: #454545. Windows color (decimal): -15248012 or 7623959. OLE color: 7623959.

HSL color Cylindrical-coordinate representation of color #175574: hue angle of 200º 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 #175574 is Cyan = 0.80, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB2385116-
CMYK0.800.2700.55
HSL200º66.91%27.25%-
HSV(B)200º80.17%45.49%-
XYZ6.757.9417.7-
YUV70153.9694.48-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 10.27%
GREEN value IS 85 (33.59% from 255) = 37.95%
BLUE value IS 116 (45.70% from 255) = 51.79%
R=10.27%
G=37.95%
B=51.79%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal23851160.800.2700.5520066.9127.25
Hex175574501B037c8431b
Octal271251641203306731010333
Binary1011110101011110100101000011011011011111001000100001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #175574

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #175574; }

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

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

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

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

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

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

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

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