#0596A9

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

Shades of Bondi Blue #0596A9

Tints of Bondi Blue #0596A9

Color information

#0596A9 (or 0x0596A9) is unknown color: approx Bondi Blue. HEX triplet: 05, 96 and A9. RGB value is (5,150,169). Sum of RGB (Red+Green+Blue) = 5+150+169=324 (42% of max value = 765). Red value is 5 (2.34% from 255 or 1.54% from 324); Green value is 150 (58.98% from 255 or 46.30% from 324); Blue value is 169 (66.41% from 255 or 52.16% from 324); Max value from RGB is 169 - color contains mainly: blue. Hex color #0596A9 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0596A9 is #FA6956. Grayscale: #6C6C6C. Windows color (decimal): -16410967 or 11113989. OLE color: 11113989.

HSL color Cylindrical-coordinate representation of color #0596A9: hue angle of 186.95º degrees, saturation: 0.94, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0596A9 is Cyan = 0.97, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB5150169-
CMYK0.970.1100.34
HSL186.95º94.25%34.12%-
HSV(B)186.95º97.04%66.27%-
XYZ18.1324.7141.35-
YUV108.81161.9653.96-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 1.54%
GREEN value IS 150 (58.98% from 255) = 46.30%
BLUE value IS 169 (66.41% from 255) = 52.16%
R=1.54%
G=46.30%
B=52.16%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal51501690.970.1100.34186.9594.2534.12
Hex596A961B022bb5e22
Octal52262511411304227313642
Binary1011001011010101001110000110110100010101110111011110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0596A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0596A9; }

 p { color: rgb(5,150,169); }

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

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

 a { background-color: rgb(5,150,169); }

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

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

 span { border-color: rgb(5,150,169); }

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