Html Css Color HEX #175C6C Orient

📋 copy color: '#175C6C'

red 23 ◦ green 92 ◦ blue 108

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

Shades of Orient #175C6C

Tints of Orient #175C6C

RGB

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

 GREEN value IS 92 (36.33% from 255) = 41.26%

 BLUE value IS 108 (42.58% from 255) = 48.43%

R = 10.31%
G = 41.26%
B = 48.43%

CMYK

 C value IS 0.79

 M value IS 0.15

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#175C6C (or 0x175C6C) is known color: Orient. HEX triplet: 17, 5C and 6C. RGB value is (23,92,108). Sum of RGB (Red+Green+Blue) = 23+92+108=223 (29% of max value = 765). Red value is 23 (9.38% from 255 or 10.31% from 223); Green value is 92 (36.33% from 255 or 41.26% from 223); Blue value is 108 (42.58% from 255 or 48.43% from 223); Max value from RGB is 108 - color contains mainly: blue. Hex color #175C6C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #175C6C is #E8A393. Grayscale: #494949. Windows color (decimal): -15246228 or 7101463. OLE color: 7101463.

HSL color Cylindrical-coordinate representation of color #175C6C: hue angle of 191.29º degrees, saturation: 0.65, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #175C6C is Cyan = 0.79, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 23 92 108 -
CMYK 0.79 0.15 0 0.58
HSL 191.29º 0.65% 0.26% -
HSV(B) 191.29º 0.79% 0.42% -
XYZ 6.89 8.92 15.55 -
YUV 73.19 147.64 92.2 -
System Red Green Blue C M Y K H S L
Decimal 23 92 108 0.79 0.15 0 0.58 191.29 0.65 0.26
Hex 17 5C 6C 4F F 0 3A BF 41 1A
Octal 27 134 154 117 17 0 72 277 101 32
Binary 10111 1011100 1101100 1001111 1111 0 111010 10111111 1000001 11010

Color Harmonies of #175C6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #175C6C

Black with #175C6C

Text Example


Text Example

White with #175C6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #175C6C; }

 p { color: rgb(23,92,108); }

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

background-color css

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

 a { background-color: rgb(23,92,108); }

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

border-color css

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

 span { border-color: rgb(23,92,108); }

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