Html Css Color HEX #165572 Orient

📋 copy color: '#165572'

red 22 ◦ green 85 ◦ blue 114

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

Shades of Orient #165572

Tints of Orient #165572

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 51.58%

R = 9.95%
G = 38.46%
B = 51.58%

CMYK

 C value IS 0.81

 M value IS 0.25

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#165572 (or 0x165572) is known color: Orient. HEX triplet: 16, 55 and 72. RGB value is (22,85,114). Sum of RGB (Red+Green+Blue) = 22+85+114=221 (29% of max value = 765). Red value is 22 (8.98% from 255 or 9.95% from 221); Green value is 85 (33.59% from 255 or 38.46% from 221); Blue value is 114 (44.92% from 255 or 51.58% from 221); Max value from RGB is 114 - color contains mainly: blue. Hex color #165572 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #165572 is #E9AA8D. Grayscale: #454545. Windows color (decimal): -15313550 or 7492886. OLE color: 7492886.

HSL color Cylindrical-coordinate representation of color #165572: hue angle of 198.91º degrees, saturation: 0.68, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #165572 is Cyan = 0.81, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 22 85 114 -
CMYK 0.81 0.25 0 0.55
HSL 198.91º 0.68% 0.27% -
HSV(B) 198.91º 0.81% 0.45% -
XYZ 6.62 7.88 17.09 -
YUV 69.47 153.13 94.14 -
System Red Green Blue C M Y K H S L
Decimal 22 85 114 0.81 0.25 0 0.55 198.91 0.68 0.27
Hex 16 55 72 51 19 0 37 C7 44 1B
Octal 26 125 162 121 31 0 67 307 104 33
Binary 10110 1010101 1110010 1010001 11001 0 110111 11000111 1000100 11011

Color Harmonies of #165572

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #165572

Black with #165572

Text Example


Text Example

White with #165572

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #165572; }

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

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

background-color css

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

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

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

border-color css

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

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

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