Html Css Color HEX #175775 Orient

📋 copy color: '#175775'

red 23 ◦ green 87 ◦ blue 117

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

Shades of Orient #175775

Tints of Orient #175775

RGB

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

 GREEN value IS 87 (34.38% from 255) = 38.33%

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

R = 10.13%
G = 38.33%
B = 51.54%

CMYK

 C value IS 0.80

 M value IS 0.26

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#175775 (or 0x175775) is known color: Orient. HEX triplet: 17, 57 and 75. RGB value is (23,87,117). Sum of RGB (Red+Green+Blue) = 23+87+117=227 (30% of max value = 765). Red value is 23 (9.38% from 255 or 10.13% from 227); Green value is 87 (34.38% from 255 or 38.33% from 227); Blue value is 117 (46.09% from 255 or 51.54% from 227); Max value from RGB is 117 - color contains mainly: blue. Hex color #175775 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #175775 is #E8A88A. Grayscale: #474747. Windows color (decimal): -15247499 or 7690007. OLE color: 7690007.

HSL color Cylindrical-coordinate representation of color #175775: hue angle of 199.15º 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 #175775 is Cyan = 0.80, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 23 87 117 -
CMYK 0.80 0.26 0 0.54
HSL 199.15º 0.67% 0.27% -
HSV(B) 199.15º 0.8% 0.46% -
XYZ 6.97 8.28 18.06 -
YUV 71.28 153.8 93.56 -
System Red Green Blue C M Y K H S L
Decimal 23 87 117 0.80 0.26 0 0.54 199.15 0.67 0.27
Hex 17 57 75 50 1A 0 36 C7 43 1B
Octal 27 127 165 120 32 0 66 307 103 33
Binary 10111 1010111 1110101 1010000 11010 0 110110 11000111 1000011 11011

Color Harmonies of #175775

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #175775

Black with #175775

Text Example


Text Example

White with #175775

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #175775; }

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

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

background-color css

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

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

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

border-color css

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

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

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