Html Css Color HEX #165A6C Orient

📋 copy color: '#165A6C'

red 22 ◦ green 90 ◦ blue 108

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

Shades of Orient #165A6C

Tints of Orient #165A6C

RGB

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

 GREEN value IS 90 (35.55% from 255) = 40.91%

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

R = 10%
G = 40.91%
B = 49.09%

CMYK

 C value IS 0.80

 M value IS 0.17

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#165A6C (or 0x165A6C) is known color: Orient. HEX triplet: 16, 5A and 6C. RGB value is (22,90,108). Sum of RGB (Red+Green+Blue) = 22+90+108=220 (29% of max value = 765). Red value is 22 (8.98% from 255 or 10% from 220); Green value is 90 (35.55% from 255 or 40.91% from 220); Blue value is 108 (42.58% from 255 or 49.09% from 220); Max value from RGB is 108 - color contains mainly: blue. Hex color #165A6C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #165A6C is #E9A593. Grayscale: #474747. Windows color (decimal): -15312276 or 7100950. OLE color: 7100950.

HSL color Cylindrical-coordinate representation of color #165A6C: hue angle of 192.56º 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 #165A6C is Cyan = 0.80, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 22 90 108 -
CMYK 0.80 0.17 0 0.58
HSL 192.56º 0.66% 0.25% -
HSV(B) 192.56º 0.8% 0.42% -
XYZ 6.69 8.57 15.49 -
YUV 71.72 148.47 92.54 -
System Red Green Blue C M Y K H S L
Decimal 22 90 108 0.80 0.17 0 0.58 192.56 0.66 0.25
Hex 16 5A 6C 50 11 0 3A C1 42 19
Octal 26 132 154 120 21 0 72 301 102 31
Binary 10110 1011010 1101100 1010000 10001 0 111010 11000001 1000010 11001

Color Harmonies of #165A6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #165A6C

Black with #165A6C

Text Example


Text Example

White with #165A6C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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