#0592AA

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

Shades of Bondi Blue #0592AA

Tints of Bondi Blue #0592AA

Color information

#0592AA (or 0x0592AA) is unknown color: approx Bondi Blue. HEX triplet: 05, 92 and AA. RGB value is (5,146,170). Sum of RGB (Red+Green+Blue) = 5+146+170=321 (42% of max value = 765). Red value is 5 (2.34% from 255 or 1.56% from 321); Green value is 146 (57.42% from 255 or 45.48% from 321); Blue value is 170 (66.80% from 255 or 52.96% from 321); Max value from RGB is 170 - color contains mainly: blue. Hex color #0592AA is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0592AA is #FA6D55. Grayscale: #6A6A6A. Windows color (decimal): -16411990 or 11178501. OLE color: 11178501.

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

Color convert

RGB5146170-
CMYK0.970.1400.33
HSL188.73º94.29%34.31%-
HSV(B)188.73º97.06%66.67%-
XYZ17.623.4941.64-
YUV106.58163.7955.55-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 1.56%
GREEN value IS 146 (57.42% from 255) = 45.48%
BLUE value IS 170 (66.80% from 255) = 52.96%
R=1.56%
G=45.48%
B=52.96%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal51461700.970.1400.33188.7394.2934.31
Hex592AA61E021bd5e22
Octal52222521411604127513642
Binary1011001001010101010110000111100100001101111011011110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0592AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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