#161553

Color #161553 Paua (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Paua #161553

Tints of Paua #161553

Color information

#161553 (or 0x161553) is unknown color: approx Paua. HEX triplet: 16, 15 and 53. RGB value is (22,21,83). Sum of RGB (Red+Green+Blue) = 22+21+83=126 (16% of max value = 765). Red value is 22 (8.98% from 255 or 17.46% from 126); Green value is 21 (8.59% from 255 or 16.67% from 126); Blue value is 83 (32.81% from 255 or 65.87% from 126); Max value from RGB is 83 - color contains mainly: blue. Hex color #161553 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #161553 is #E9EAAC. Grayscale: #1C1C1C. Windows color (decimal): -15329965 or 5444886. OLE color: 5444886.

HSL color Cylindrical-coordinate representation of color #161553: hue angle of 240.97º degrees, saturation: 0.6, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #161553 is Cyan = 0.73, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB222183-
CMYK0.730.7500.67
HSL240.97º59.62%20.39%-
HSV(B)240.97º74.7%32.55%-
XYZ2.161.338.33-
YUV28.37158.83123.46-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 17.46%
GREEN value IS 21 (8.59% from 255) = 16.67%
BLUE value IS 83 (32.81% from 255) = 65.87%
R=17.46%
G=16.67%
B=65.87%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal2221830.730.7500.67240.9759.6220.39
Hex161553494B043f13c14
Octal262512311111301033617424
Binary1011010101101001110010011001011010000111111000111110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #161553

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #161553; }

 p { color: rgb(22,21,83); }

 H1.HeaderClassName
 {
   color: #161553;
 }
 .AnyTagClassName
 {
   color: #161553;
 }
</style>
background-color css

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

 a { background-color: rgb(22,21,83); }

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

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

 span { border-color: rgb(22,21,83); }

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