Html Css Color HEX #175573 Orient

📋 copy color: '#175573'

red 23 ◦ green 85 ◦ blue 115

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

Shades of Orient #175573

Tints of Orient #175573

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 51.57%

R = 10.31%
G = 38.12%
B = 51.57%

CMYK

 C value IS 0.80

 M value IS 0.26

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#175573 (or 0x175573) is known color: Orient. HEX triplet: 17, 55 and 73. RGB value is (23,85,115). Sum of RGB (Red+Green+Blue) = 23+85+115=223 (29% of max value = 765). Red value is 23 (9.38% from 255 or 10.31% from 223); Green value is 85 (33.59% from 255 or 38.12% from 223); Blue value is 115 (45.31% from 255 or 51.57% from 223); Max value from RGB is 115 - color contains mainly: blue. Hex color #175573 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #175573 is #E8AA8C. Grayscale: #454545. Windows color (decimal): -15248013 or 7558423. OLE color: 7558423.

HSL color Cylindrical-coordinate representation of color #175573: hue angle of 199.57º degrees, saturation: 0.67, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #175573 is Cyan = 0.80, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 23 85 115 -
CMYK 0.80 0.26 0 0.55
HSL 199.57º 0.67% 0.27% -
HSV(B) 199.57º 0.8% 0.45% -
XYZ 6.7 7.92 17.39 -
YUV 69.88 153.46 94.56 -
System Red Green Blue C M Y K H S L
Decimal 23 85 115 0.80 0.26 0 0.55 199.57 0.67 0.27
Hex 17 55 73 50 1A 0 37 C8 43 1B
Octal 27 125 163 120 32 0 67 310 103 33
Binary 10111 1010101 1110011 1010000 11010 0 110111 11001000 1000011 11011

Color Harmonies of #175573

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #175573

Black with #175573

Text Example


Text Example

White with #175573

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #175573; }

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

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

background-color css

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

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

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

border-color css

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

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

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