Html Css Color HEX #175575 Orient

📋 copy color: '#175575'

red 23 ◦ green 85 ◦ blue 117

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

Shades of Orient #175575

Tints of Orient #175575

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 52%

R = 10.22%
G = 37.78%
B = 52%

CMYK

 C value IS 0.80

 M value IS 0.27

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#175575 (or 0x175575) is known color: Orient. HEX triplet: 17, 55 and 75. RGB value is (23,85,117). Sum of RGB (Red+Green+Blue) = 23+85+117=225 (29% of max value = 765). Red value is 23 (9.38% from 255 or 10.22% from 225); Green value is 85 (33.59% from 255 or 37.78% from 225); Blue value is 117 (46.09% from 255 or 52% from 225); Max value from RGB is 117 - color contains mainly: blue. Hex color #175575 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #175575 is #E8AA8A. Grayscale: #454545. Windows color (decimal): -15248011 or 7689495. OLE color: 7689495.

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

Color convert

RGB 23 85 117 -
CMYK 0.80 0.27 0 0.54
HSL 200.43º 0.67% 0.27% -
HSV(B) 200.43º 0.8% 0.46% -
XYZ 6.81 7.96 18.01 -
YUV 70.11 154.46 94.4 -
System Red Green Blue C M Y K H S L
Decimal 23 85 117 0.80 0.27 0 0.54 200.43 0.67 0.27
Hex 17 55 75 50 1B 0 36 C8 43 1B
Octal 27 125 165 120 33 0 66 310 103 33
Binary 10111 1010101 1110101 1010000 11011 0 110110 11001000 1000011 11011

Color Harmonies of #175575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #175575

Black with #175575

Text Example


Text Example

White with #175575

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #175575; }

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

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

background-color css

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

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

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

border-color css

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

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

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