Html Css Color HEX #165577 Orient

📋 copy color: '#165577'

red 22 ◦ green 85 ◦ blue 119

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

Shades of Orient #165577

Tints of Orient #165577

RGB

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

 GREEN value IS 85 (33.59% from 255) = 37.61%

 BLUE value IS 119 (46.88% from 255) = 52.65%

R = 9.73%
G = 37.61%
B = 52.65%

CMYK

 C value IS 0.82

 M value IS 0.29

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#165577 (or 0x165577) is known color: Orient. HEX triplet: 16, 55 and 77. RGB value is (22,85,119). Sum of RGB (Red+Green+Blue) = 22+85+119=226 (29% of max value = 765). Red value is 22 (8.98% from 255 or 9.73% from 226); Green value is 85 (33.59% from 255 or 37.61% from 226); Blue value is 119 (46.88% from 255 or 52.65% from 226); Max value from RGB is 119 - color contains mainly: blue. Hex color #165577 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #165577 is #E9AA88. Grayscale: #454545. Windows color (decimal): -15313545 or 7820566. OLE color: 7820566.

HSL color Cylindrical-coordinate representation of color #165577: hue angle of 201.03º degrees, saturation: 0.69, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #165577 is Cyan = 0.82, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 22 85 119 -
CMYK 0.82 0.29 0 0.53
HSL 201.03º 0.69% 0.28% -
HSV(B) 201.03º 0.82% 0.47% -
XYZ 6.91 8 18.63 -
YUV 70.04 155.63 93.74 -
System Red Green Blue C M Y K H S L
Decimal 22 85 119 0.82 0.29 0 0.53 201.03 0.69 0.28
Hex 16 55 77 52 1D 0 35 C9 45 1C
Octal 26 125 167 122 35 0 65 311 105 34
Binary 10110 1010101 1110111 1010010 11101 0 110101 11001001 1000101 11100

Color Harmonies of #165577

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #165577

Black with #165577

Text Example


Text Example

White with #165577

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #165577; }

 p { color: rgb(22,85,119); }

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

background-color css

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

 a { background-color: rgb(22,85,119); }

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

border-color css

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

 span { border-color: rgb(22,85,119); }

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