#0589B6

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

Shades of Bondi Blue #0589B6

Tints of Bondi Blue #0589B6

Color information

#0589B6 (or 0x0589B6) is unknown color: approx Bondi Blue. HEX triplet: 05, 89 and B6. RGB value is (5,137,182). Sum of RGB (Red+Green+Blue) = 5+137+182=324 (42% of max value = 765). Red value is 5 (2.34% from 255 or 1.54% from 324); Green value is 137 (53.91% from 255 or 42.28% from 324); Blue value is 182 (71.48% from 255 or 56.17% from 324); Max value from RGB is 182 - color contains mainly: blue. Hex color #0589B6 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0589B6 is #FA7649. Grayscale: #666666. Windows color (decimal): -16414282 or 11962629. OLE color: 11962629.

HSL color Cylindrical-coordinate representation of color #0589B6: hue angle of 195.25º degrees, saturation: 0.95, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0589B6 is Cyan = 0.97, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB5137182-
CMYK0.970.2500.29
HSL195.25º94.65%36.67%-
HSV(B)195.25º97.25%71.37%-
XYZ17.4521.347.45-
YUV102.66172.7758.34-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 1.54%
GREEN value IS 137 (53.91% from 255) = 42.28%
BLUE value IS 182 (71.48% from 255) = 56.17%
R=1.54%
G=42.28%
B=56.17%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal51371820.970.2500.29195.2594.6536.67
Hex589B6611901Dc35f25
Octal52112661413103530313745
Binary1011000100110110110110000111001011101110000111011111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0589B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0589B6; }

 p { color: rgb(5,137,182); }

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

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

 a { background-color: rgb(5,137,182); }

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

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

 span { border-color: rgb(5,137,182); }

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