#0593AE

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

Shades of Bondi Blue #0593AE

Tints of Bondi Blue #0593AE

Color information

#0593AE (or 0x0593AE) is unknown color: approx Bondi Blue. HEX triplet: 05, 93 and AE. RGB value is (5,147,174). Sum of RGB (Red+Green+Blue) = 5+147+174=326 (43% of max value = 765). Red value is 5 (2.34% from 255 or 1.53% from 326); Green value is 147 (57.81% from 255 or 45.09% from 326); Blue value is 174 (68.36% from 255 or 53.37% from 326); Max value from RGB is 174 - color contains mainly: blue. Hex color #0593AE is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0593AE is #FA6C51. Grayscale: #6B6B6B. Windows color (decimal): -16411730 or 11440901. OLE color: 11440901.

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

Color convert

RGB5147174-
CMYK0.970.1600.32
HSL189.59º94.41%35.1%-
HSV(B)189.59º97.13%68.24%-
XYZ18.1423.9643.71-
YUV107.62165.4654.8-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 1.53%
GREEN value IS 147 (57.81% from 255) = 45.09%
BLUE value IS 174 (68.36% from 255) = 53.37%
R=1.53%
G=45.09%
B=53.37%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal51471740.970.1600.32189.5994.4135.1
Hex593AE6110020be5e23
Octal52232561412004027613643
Binary10110010011101011101100001100000100000101111101011110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0593AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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