#17586D

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

Shades of Orient #17586D

Tints of Orient #17586D

Color information

#17586D (or 0x17586D) is unknown color: approx Orient. HEX triplet: 17, 58 and 6D. RGB value is (23,88,109). Sum of RGB (Red+Green+Blue) = 23+88+109=220 (29% of max value = 765). Red value is 23 (9.38% from 255 or 10.45% from 220); Green value is 88 (34.77% from 255 or 40% from 220); Blue value is 109 (42.97% from 255 or 49.55% from 220); Max value from RGB is 109 - color contains mainly: blue. Hex color #17586D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #17586D is #E8A792. Grayscale: #464646. Windows color (decimal): -15247251 or 7165975. OLE color: 7165975.

HSL color Cylindrical-coordinate representation of color #17586D: hue angle of 194.65º degrees, saturation: 0.65, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #17586D is Cyan = 0.79, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB2388109-
CMYK0.790.1900.57
HSL194.65º65.15%25.88%-
HSV(B)194.65º78.9%42.75%-
XYZ6.68.2715.72-
YUV70.96149.4793.79-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 10.45%
GREEN value IS 88 (34.77% from 255) = 40%
BLUE value IS 109 (42.97% from 255) = 49.55%
R=10.45%
G=40%
B=49.55%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal23881090.790.1900.57194.6565.1525.88
Hex17586D4F13039c3411a
Octal271301551172307130310132
Binary1011110110001101101100111110011011100111000011100000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #17586D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #17586D; }

 p { color: rgb(23,88,109); }

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

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

 a { background-color: rgb(23,88,109); }

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

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

 span { border-color: rgb(23,88,109); }

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