Html Css Color HEX #17556F Orient

📋 copy color: '#17556F'

red 23 ◦ green 85 ◦ blue 111

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

Shades of Orient #17556F

Tints of Orient #17556F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 50.68%

R = 10.5%
G = 38.81%
B = 50.68%

CMYK

 C value IS 0.79

 M value IS 0.23

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#17556F (or 0x17556F) is known color: Orient. HEX triplet: 17, 55 and 6F. RGB value is (23,85,111). Sum of RGB (Red+Green+Blue) = 23+85+111=219 (29% of max value = 765). Red value is 23 (9.38% from 255 or 10.50% from 219); Green value is 85 (33.59% from 255 or 38.81% from 219); Blue value is 111 (43.75% from 255 or 50.68% from 219); Max value from RGB is 111 - color contains mainly: blue. Hex color #17556F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #17556F is #E8AA90. Grayscale: #454545. Windows color (decimal): -15248017 or 7296279. OLE color: 7296279.

HSL color Cylindrical-coordinate representation of color #17556F: hue angle of 197.73º degrees, saturation: 0.66, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #17556F is Cyan = 0.79, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 23 85 111 -
CMYK 0.79 0.23 0 0.56
HSL 197.73º 0.66% 0.26% -
HSV(B) 197.73º 0.79% 0.44% -
XYZ 6.47 7.83 16.21 -
YUV 69.43 151.46 94.89 -
System Red Green Blue C M Y K H S L
Decimal 23 85 111 0.79 0.23 0 0.56 197.73 0.66 0.26
Hex 17 55 6F 4F 17 0 38 C6 42 1A
Octal 27 125 157 117 27 0 70 306 102 32
Binary 10111 1010101 1101111 1001111 10111 0 111000 11000110 1000010 11010

Color Harmonies of #17556F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #17556F

Black with #17556F

Text Example


Text Example

White with #17556F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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