Html Css Color HEX #165570 Orient

📋 copy color: '#165570'

red 22 ◦ green 85 ◦ blue 112

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

Shades of Orient #165570

Tints of Orient #165570

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 51.14%

R = 10.05%
G = 38.81%
B = 51.14%

CMYK

 C value IS 0.80

 M value IS 0.24

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#165570 (or 0x165570) is known color: Orient. HEX triplet: 16, 55 and 70. RGB value is (22,85,112). Sum of RGB (Red+Green+Blue) = 22+85+112=219 (29% of max value = 765). Red value is 22 (8.98% from 255 or 10.05% from 219); Green value is 85 (33.59% from 255 or 38.81% from 219); Blue value is 112 (44.14% from 255 or 51.14% from 219); Max value from RGB is 112 - color contains mainly: blue. Hex color #165570 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #165570 is #E9AA8F. Grayscale: #454545. Windows color (decimal): -15313552 or 7361814. OLE color: 7361814.

HSL color Cylindrical-coordinate representation of color #165570: hue angle of 198º degrees, saturation: 0.67, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #165570 is Cyan = 0.80, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 22 85 112 -
CMYK 0.80 0.24 0 0.56
HSL 198º 0.67% 0.26% -
HSV(B) 198º 0.8% 0.44% -
XYZ 6.5 7.84 16.5 -
YUV 69.24 152.13 94.3 -
System Red Green Blue C M Y K H S L
Decimal 22 85 112 0.80 0.24 0 0.56 198 0.67 0.26
Hex 16 55 70 50 18 0 38 C6 43 1A
Octal 26 125 160 120 30 0 70 306 103 32
Binary 10110 1010101 1110000 1010000 11000 0 111000 11000110 1000011 11010

Color Harmonies of #165570

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #165570

Black with #165570

Text Example


Text Example

White with #165570

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #165570; }

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

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

background-color css

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

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

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

border-color css

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

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

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