Html Css Color HEX #165676 Orient

📋 copy color: '#165676'

red 22 ◦ green 86 ◦ blue 118

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

Shades of Orient #165676

Tints of Orient #165676

RGB

 RED value IS 22 (8.98% from 255) = 9.73%

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

 BLUE value IS 118 (46.48% from 255) = 52.21%

R = 9.73%
G = 38.05%
B = 52.21%

CMYK

 C value IS 0.81

 M value IS 0.27

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#165676 (or 0x165676) is known color: Orient. HEX triplet: 16, 56 and 76. RGB value is (22,86,118). Sum of RGB (Red+Green+Blue) = 22+86+118=226 (29% of max value = 765). Red value is 22 (8.98% from 255 or 9.73% from 226); Green value is 86 (33.98% from 255 or 38.05% from 226); Blue value is 118 (46.48% from 255 or 52.21% from 226); Max value from RGB is 118 - color contains mainly: blue. Hex color #165676 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #165676 is #E9A989. Grayscale: #464646. Windows color (decimal): -15313290 or 7755286. OLE color: 7755286.

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

Color convert

RGB 22 86 118 -
CMYK 0.81 0.27 0 0.54
HSL 200º 0.69% 0.27% -
HSV(B) 200º 0.81% 0.46% -
XYZ 6.93 8.13 18.34 -
YUV 70.51 154.8 93.4 -
System Red Green Blue C M Y K H S L
Decimal 22 86 118 0.81 0.27 0 0.54 200 0.69 0.27
Hex 16 56 76 51 1B 0 36 C8 45 1B
Octal 26 126 166 121 33 0 66 310 105 33
Binary 10110 1010110 1110110 1010001 11011 0 110110 11001000 1000101 11011

Color Harmonies of #165676

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #165676

Black with #165676

Text Example


Text Example

White with #165676

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #165676; }

 p { color: rgb(22,86,118); }

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

background-color css

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

 a { background-color: rgb(22,86,118); }

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

border-color css

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

 span { border-color: rgb(22,86,118); }

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