#059FA5

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

Shades of Bondi Blue #059FA5

Tints of Bondi Blue #059FA5

Color information

#059FA5 (or 0x059FA5) is unknown color: approx Bondi Blue. HEX triplet: 05, 9F and A5. RGB value is (5,159,165). Sum of RGB (Red+Green+Blue) = 5+159+165=329 (43% of max value = 765). Red value is 5 (2.34% from 255 or 1.52% from 329); Green value is 159 (62.5% from 255 or 48.33% from 329); Blue value is 165 (64.84% from 255 or 50.15% from 329); Max value from RGB is 165 - color contains mainly: blue. Hex color #059FA5 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #059FA5 is #FA605A. Grayscale: #717171. Windows color (decimal): -16408667 or 10854149. OLE color: 10854149.

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

Color convert

RGB5159165-
CMYK0.970.0400.35
HSL182.25º94.12%33.33%-
HSV(B)182.25º96.97%64.71%-
XYZ19.2527.5539.9-
YUV113.64156.9850.51-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 1.52%
GREEN value IS 159 (62.5% from 255) = 48.33%
BLUE value IS 165 (64.84% from 255) = 50.15%
R=1.52%
G=48.33%
B=50.15%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal51591650.970.0400.35182.2594.1233.33
Hex59FA5614023b65e21
Octal5237245141404326613641
Binary101100111111010010111000011000100011101101101011110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #059FA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #059FA5; }

 p { color: rgb(5,159,165); }

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

<style>
 a { background-color: #059FA5; }

 a { background-color: rgb(5,159,165); }

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

<style>
 span { border-color: #059FA5; }

 span { border-color: rgb(5,159,165); }

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