Html Css Color HEX #17556E Orient

📋 copy color: '#17556E'

red 23 ◦ green 85 ◦ blue 110

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

Shades of Orient #17556E

Tints of Orient #17556E

RGB

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

 GREEN value IS 85 (33.59% from 255) = 38.99%

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

R = 10.55%
G = 38.99%
B = 50.46%

CMYK

 C value IS 0.79

 M value IS 0.23

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#17556E (or 0x17556E) is known color: Orient. HEX triplet: 17, 55 and 6E. RGB value is (23,85,110). Sum of RGB (Red+Green+Blue) = 23+85+110=218 (28% of max value = 765). Red value is 23 (9.38% from 255 or 10.55% from 218); Green value is 85 (33.59% from 255 or 38.99% from 218); Blue value is 110 (43.36% from 255 or 50.46% from 218); Max value from RGB is 110 - color contains mainly: blue. Hex color #17556E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #17556E is #E8AA91. Grayscale: #454545. Windows color (decimal): -15248018 or 7230743. OLE color: 7230743.

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

Color convert

RGB 23 85 110 -
CMYK 0.79 0.23 0 0.57
HSL 197.24º 0.65% 0.26% -
HSV(B) 197.24º 0.79% 0.43% -
XYZ 6.42 7.8 15.92 -
YUV 69.31 150.96 94.97 -
System Red Green Blue C M Y K H S L
Decimal 23 85 110 0.79 0.23 0 0.57 197.24 0.65 0.26
Hex 17 55 6E 4F 17 0 39 C5 41 1A
Octal 27 125 156 117 27 0 71 305 101 32
Binary 10111 1010101 1101110 1001111 10111 0 111001 11000101 1000001 11010

Color Harmonies of #17556E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #17556E

Black with #17556E

Text Example


Text Example

White with #17556E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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