#0593AB

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

Shades of Bondi Blue #0593AB

Tints of Bondi Blue #0593AB

Color information

#0593AB (or 0x0593AB) is unknown color: approx Bondi Blue. HEX triplet: 05, 93 and AB. RGB value is (5,147,171). Sum of RGB (Red+Green+Blue) = 5+147+171=323 (42% of max value = 765). Red value is 5 (2.34% from 255 or 1.55% from 323); Green value is 147 (57.81% from 255 or 45.51% from 323); Blue value is 171 (67.19% from 255 or 52.94% from 323); Max value from RGB is 171 - color contains mainly: blue. Hex color #0593AB is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0593AB is #FA6C54. Grayscale: #6B6B6B. Windows color (decimal): -16411733 or 11244293. OLE color: 11244293.

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

Color convert

RGB5147171-
CMYK0.970.1400.33
HSL188.67º94.32%34.51%-
HSV(B)188.67º97.08%67.06%-
XYZ17.8523.8442.19-
YUV107.28163.9655.05-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 1.55%
GREEN value IS 147 (57.81% from 255) = 45.51%
BLUE value IS 171 (67.19% from 255) = 52.94%
R=1.55%
G=45.51%
B=52.94%

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
Decimal51471710.970.1400.33188.6794.3234.51
Hex593AB61E021bd5e23
Octal52232531411604127513643
Binary1011001001110101011110000111100100001101111011011110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0593AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0593AB; }

 p { color: rgb(5,147,171); }

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

<style>
 a { background-color: #0593AB; }

 a { background-color: rgb(5,147,171); }

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

<style>
 span { border-color: #0593AB; }

 span { border-color: rgb(5,147,171); }

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