#058FB9

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

Shades of Bondi Blue #058FB9

Tints of Bondi Blue #058FB9

Color information

#058FB9 (or 0x058FB9) is unknown color: approx Bondi Blue. HEX triplet: 05, 8F and B9. RGB value is (5,143,185). Sum of RGB (Red+Green+Blue) = 5+143+185=333 (44% of max value = 765). Red value is 5 (2.34% from 255 or 1.50% from 333); Green value is 143 (56.25% from 255 or 42.94% from 333); Blue value is 185 (72.66% from 255 or 55.56% from 333); Max value from RGB is 185 - color contains mainly: blue. Hex color #058FB9 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #058FB9 is #FA7046. Grayscale: #6A6A6A. Windows color (decimal): -16412743 or 12160773. OLE color: 12160773.

HSL color Cylindrical-coordinate representation of color #058FB9: hue angle of 194º degrees, saturation: 0.95, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #058FB9 is Cyan = 0.97, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB5143185-
CMYK0.970.2300.27
HSL194º94.74%37.25%-
HSV(B)194º97.3%72.55%-
XYZ18.6423.1849.39-
YUV106.53172.2855.58-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 1.50%
GREEN value IS 143 (56.25% from 255) = 42.94%
BLUE value IS 185 (72.66% from 255) = 55.56%
R=1.50%
G=42.94%
B=55.56%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal51431850.970.2300.2719494.7437.25
Hex58FB9611701Bc25f25
Octal52172711412703330213745
Binary1011000111110111001110000110111011011110000101011111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #058FB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #058FB9; }

 p { color: rgb(5,143,185); }

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

<style>
 a { background-color: #058FB9; }

 a { background-color: rgb(5,143,185); }

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

<style>
 span { border-color: #058FB9; }

 span { border-color: rgb(5,143,185); }

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