#0590AA

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

Shades of Bondi Blue #0590AA

Tints of Bondi Blue #0590AA

Color information

#0590AA (or 0x0590AA) is unknown color: approx Bondi Blue. HEX triplet: 05, 90 and AA. RGB value is (5,144,170). Sum of RGB (Red+Green+Blue) = 5+144+170=319 (42% of max value = 765). Red value is 5 (2.34% from 255 or 1.57% from 319); Green value is 144 (56.64% from 255 or 45.14% from 319); Blue value is 170 (66.80% from 255 or 53.29% from 319); Max value from RGB is 170 - color contains mainly: blue. Hex color #0590AA is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0590AA is #FA6F55. Grayscale: #696969. Windows color (decimal): -16412502 or 11177989. OLE color: 11177989.

HSL color Cylindrical-coordinate representation of color #0590AA: hue angle of 189.45º 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 #0590AA is Cyan = 0.97, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB5144170-
CMYK0.970.1500.33
HSL189.45º94.29%34.31%-
HSV(B)189.45º97.06%66.67%-
XYZ17.2922.8841.54-
YUV105.4164.4556.39-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 1.57%
GREEN value IS 144 (56.64% from 255) = 45.14%
BLUE value IS 170 (66.80% from 255) = 53.29%
R=1.57%
G=45.14%
B=53.29%

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
Decimal51441700.970.1500.33189.4594.2934.31
Hex590AA61F021bd5e22
Octal52202521411704127513642
Binary1011001000010101010110000111110100001101111011011110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0590AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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