Html Css Color HEX #165B6C Orient

📋 copy color: '#165B6C'

red 22 ◦ green 91 ◦ blue 108

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

Shades of Orient #165B6C

Tints of Orient #165B6C

RGB

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

 GREEN value IS 91 (35.94% from 255) = 41.18%

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

R = 9.95%
G = 41.18%
B = 48.87%

CMYK

 C value IS 0.80

 M value IS 0.16

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#165B6C (or 0x165B6C) is known color: Orient. HEX triplet: 16, 5B and 6C. RGB value is (22,91,108). Sum of RGB (Red+Green+Blue) = 22+91+108=221 (29% of max value = 765). Red value is 22 (8.98% from 255 or 9.95% from 221); Green value is 91 (35.94% from 255 or 41.18% from 221); Blue value is 108 (42.58% from 255 or 48.87% from 221); Max value from RGB is 108 - color contains mainly: blue. Hex color #165B6C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #165B6C is #E9A493. Grayscale: #484848. Windows color (decimal): -15312020 or 7101206. OLE color: 7101206.

HSL color Cylindrical-coordinate representation of color #165B6C: hue angle of 191.86º degrees, saturation: 0.66, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #165B6C is Cyan = 0.80, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 22 91 108 -
CMYK 0.80 0.16 0 0.58
HSL 191.86º 0.66% 0.25% -
HSV(B) 191.86º 0.8% 0.42% -
XYZ 6.78 8.74 15.52 -
YUV 72.31 148.14 92.12 -
System Red Green Blue C M Y K H S L
Decimal 22 91 108 0.80 0.16 0 0.58 191.86 0.66 0.25
Hex 16 5B 6C 50 10 0 3A C0 42 19
Octal 26 133 154 120 20 0 72 300 102 31
Binary 10110 1011011 1101100 1010000 10000 0 111010 11000000 1000010 11001

Color Harmonies of #165B6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #165B6C

Black with #165B6C

Text Example


Text Example

White with #165B6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #165B6C; }

 p { color: rgb(22,91,108); }

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

background-color css

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

 a { background-color: rgb(22,91,108); }

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

border-color css

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

 span { border-color: rgb(22,91,108); }

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