Html Css Color HEX #175675 Orient

📋 copy color: '#175675'

red 23 ◦ green 86 ◦ blue 117

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

Shades of Orient #175675

Tints of Orient #175675

RGB

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

 GREEN value IS 86 (33.98% from 255) = 38.05%

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

R = 10.18%
G = 38.05%
B = 51.77%

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

#175675 (or 0x175675) is known color: Orient. HEX triplet: 17, 56 and 75. RGB value is (23,86,117). Sum of RGB (Red+Green+Blue) = 23+86+117=226 (29% of max value = 765). Red value is 23 (9.38% from 255 or 10.18% from 226); Green value is 86 (33.98% from 255 or 38.05% from 226); Blue value is 117 (46.09% from 255 or 51.77% from 226); Max value from RGB is 117 - color contains mainly: blue. Hex color #175675 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #175675 is #E8A98A. Grayscale: #464646. Windows color (decimal): -15247755 or 7689751. OLE color: 7689751.

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

Color convert

RGB 23 86 117 -
CMYK 0.80 0.26 0 0.54
HSL 199.79º 0.67% 0.27% -
HSV(B) 199.79º 0.8% 0.46% -
XYZ 6.89 8.12 18.03 -
YUV 70.7 154.13 93.98 -
System Red Green Blue C M Y K H S L
Decimal 23 86 117 0.80 0.26 0 0.54 199.79 0.67 0.27
Hex 17 56 75 50 1A 0 36 C8 43 1B
Octal 27 126 165 120 32 0 66 310 103 33
Binary 10111 1010110 1110101 1010000 11010 0 110110 11001000 1000011 11011

Color Harmonies of #175675

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #175675

Black with #175675

Text Example


Text Example

White with #175675

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #175675; }

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

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

background-color css

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

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

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

border-color css

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

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

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