#090546

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

Shades of Paua #090546

Tints of Paua #090546

Color information

#090546 (or 0x090546) is unknown color: approx Paua. HEX triplet: 09, 05 and 46. RGB value is (9,5,70). Sum of RGB (Red+Green+Blue) = 9+5+70=84 (11% of max value = 765). Red value is 9 (3.91% from 255 or 10.71% from 84); Green value is 5 (2.34% from 255 or 5.95% from 84); Blue value is 70 (27.73% from 255 or 83.33% from 84); Max value from RGB is 70 - color contains mainly: blue. Hex color #090546 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #090546 is #F6FAB9. Grayscale: #0D0D0D. Windows color (decimal): -16186042 or 4588809. OLE color: 4588809.

HSL color Cylindrical-coordinate representation of color #090546: hue angle of 243.69º degrees, saturation: 0.87, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #090546 is Cyan = 0.87, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB9570-
CMYK0.870.9300.73
HSL243.69º86.67%14.71%-
HSV(B)243.69º92.86%27.45%-
XYZ1.270.615.84-
YUV13.61159.83124.71-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 10.71%
GREEN value IS 5 (2.34% from 255) = 5.95%
BLUE value IS 70 (27.73% from 255) = 83.33%
R=10.71%
G=5.95%
B=83.33%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal95700.870.9300.73243.6986.6714.71
Hex9546575D049f457f
Octal115106127135011136412717
Binary1001101100011010101111011101010010011111010010101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #090546

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #090546; }

 p { color: rgb(9,5,70); }

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

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

 a { background-color: rgb(9,5,70); }

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

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

 span { border-color: rgb(9,5,70); }

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