#0591AA

Color #0591AA Bondi Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bondi Blue #0591AA

Tints of Bondi Blue #0591AA

Color information

#0591AA (or 0x0591AA) is unknown color: approx Bondi Blue. HEX triplet: 05, 91 and AA. RGB value is (5,145,170). Sum of RGB (Red+Green+Blue) = 5+145+170=320 (42% of max value = 765). Red value is 5 (2.34% from 255 or 1.56% from 320); Green value is 145 (57.03% from 255 or 45.31% from 320); Blue value is 170 (66.80% from 255 or 53.12% from 320); Max value from RGB is 170 - color contains mainly: blue. Hex color #0591AA is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0591AA is #FA6E55. Grayscale: #696969. Windows color (decimal): -16412246 or 11178245. OLE color: 11178245.

HSL color Cylindrical-coordinate representation of color #0591AA: hue angle of 189.09º degrees, saturation: 0.94, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0591AA is Cyan = 0.97, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB5145170-
CMYK0.970.1500.33
HSL189.09º94.29%34.31%-
HSV(B)189.09º97.06%66.67%-
XYZ17.4423.1941.59-
YUV105.99164.1255.97-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 1.56%
GREEN value IS 145 (57.03% from 255) = 45.31%
BLUE value IS 170 (66.80% from 255) = 53.12%
R=1.56%
G=45.31%
B=53.12%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal51451700.970.1500.33189.0994.2934.31
Hex591AA61F021bd5e22
Octal52212521411704127513642
Binary1011001000110101010110000111110100001101111011011110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0591AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0591AA; }

 p { color: rgb(5,145,170); }

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

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

 a { background-color: rgb(5,145,170); }

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

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

 span { border-color: rgb(5,145,170); }

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