#090547

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

Shades of Paua #090547

Tints of Paua #090547

Color information

#090547 (or 0x090547) is unknown color: approx Paua. HEX triplet: 09, 05 and 47. RGB value is (9,5,71). Sum of RGB (Red+Green+Blue) = 9+5+71=85 (11% of max value = 765). Red value is 9 (3.91% from 255 or 10.59% from 85); Green value is 5 (2.34% from 255 or 5.88% from 85); Blue value is 71 (28.12% from 255 or 83.53% from 85); Max value from RGB is 71 - color contains mainly: blue. Hex color #090547 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #090547 is #F6FAB8. Grayscale: #0D0D0D. Windows color (decimal): -16186041 or 4654345. OLE color: 4654345.

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

Color convert

RGB9571-
CMYK0.870.9300.72
HSL243.64º86.84%14.9%-
HSV(B)243.64º92.96%27.84%-
XYZ1.30.626.01-
YUV13.72160.33124.63-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 10.59%
GREEN value IS 5 (2.34% from 255) = 5.88%
BLUE value IS 71 (28.12% from 255) = 83.53%
R=10.59%
G=5.88%
B=83.53%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal95710.870.9300.72243.6486.8414.9
Hex9547575D048f457f
Octal115107127135011036412717
Binary1001101100011110101111011101010010001111010010101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #090547

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #090547; }

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

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

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

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

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

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

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

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