Html Css Color HEX #17516E Orient

📋 copy color: '#17516E'

red 23 ◦ green 81 ◦ blue 110

#17516E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Orient #17516E

Tints of Orient #17516E

RGB

 RED value IS 23 (9.38% from 255) = 10.75%

 GREEN value IS 81 (32.03% from 255) = 37.85%

 BLUE value IS 110 (43.36% from 255) = 51.4%

R = 10.75%
G = 37.85%
B = 51.4%

CMYK

 C value IS 0.79

 M value IS 0.26

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#17516E (or 0x17516E) is known color: Orient. HEX triplet: 17, 51 and 6E. RGB value is (23,81,110). Sum of RGB (Red+Green+Blue) = 23+81+110=214 (28% of max value = 765). Red value is 23 (9.38% from 255 or 10.75% from 214); Green value is 81 (32.03% from 255 or 37.85% from 214); Blue value is 110 (43.36% from 255 or 51.40% from 214); Max value from RGB is 110 - color contains mainly: blue. Hex color #17516E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #17516E is #E8AE91. Grayscale: #424242. Windows color (decimal): -15249042 or 7229719. OLE color: 7229719.

HSL color Cylindrical-coordinate representation of color #17516E: hue angle of 200º 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 #17516E is Cyan = 0.79, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 23 81 110 -
CMYK 0.79 0.26 0 0.57
HSL 200º 0.65% 0.26% -
HSV(B) 200º 0.79% 0.43% -
XYZ 6.11 7.19 15.82 -
YUV 66.96 152.28 96.64 -
System Red Green Blue C M Y K H S L
Decimal 23 81 110 0.79 0.26 0 0.57 200 0.65 0.26
Hex 17 51 6E 4F 1A 0 39 C8 41 1A
Octal 27 121 156 117 32 0 71 310 101 32
Binary 10111 1010001 1101110 1001111 11010 0 111001 11001000 1000001 11010

Color Harmonies of #17516E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #17516E

Black with #17516E

Text Example


Text Example

White with #17516E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #17516E; }

 p { color: rgb(23,81,110); }

 H1.HeaderClassName
 {
   color: #17516E;
 }
 .AnyTagClassName
 {
   color: #17516E;
 }
</style>

background-color css

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

 a { background-color: rgb(23,81,110); }

 div.DivClassName
 {
   background-color: #17516E;
 }
 .BgClassName
 {
   background-color: #17516E;
 }
</style>

border-color css

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

 span { border-color: rgb(23,81,110); }

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