#175577

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

Shades of Orient #175577

Tints of Orient #175577

Color information

#175577 (or 0x175577) is unknown color: approx Orient. HEX triplet: 17, 55 and 77. RGB value is (23,85,119). Sum of RGB (Red+Green+Blue) = 23+85+119=227 (30% of max value = 765). Red value is 23 (9.38% from 255 or 10.13% from 227); Green value is 85 (33.59% from 255 or 37.44% from 227); Blue value is 119 (46.88% from 255 or 52.42% from 227); Max value from RGB is 119 - color contains mainly: blue. Hex color #175577 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #175577 is #E8AA88. Grayscale: #464646. Windows color (decimal): -15248009 or 7820567. OLE color: 7820567.

HSL color Cylindrical-coordinate representation of color #175577: hue angle of 201.25º degrees, saturation: 0.68, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #175577 is Cyan = 0.81, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB2385119-
CMYK0.810.2900.53
HSL201.25º67.61%27.84%-
HSV(B)201.25º80.67%46.67%-
XYZ6.938.0118.63-
YUV70.34155.4694.24-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 10.13%
GREEN value IS 85 (33.59% from 255) = 37.44%
BLUE value IS 119 (46.88% from 255) = 52.42%
R=10.13%
G=37.44%
B=52.42%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal23851190.810.2900.53201.2567.6127.84
Hex175577511D035c9441c
Octal271251671213506531110434
Binary1011110101011110111101000111101011010111001001100010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #175577

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #175577; }

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

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

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

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

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

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

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

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