#058CB0

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

Shades of Bondi Blue #058CB0

Tints of Bondi Blue #058CB0

Color information

#058CB0 (or 0x058CB0) is unknown color: approx Bondi Blue. HEX triplet: 05, 8C and B0. RGB value is (5,140,176). Sum of RGB (Red+Green+Blue) = 5+140+176=321 (42% of max value = 765). Red value is 5 (2.34% from 255 or 1.56% from 321); Green value is 140 (55.08% from 255 or 43.61% from 321); Blue value is 176 (69.14% from 255 or 54.83% from 321); Max value from RGB is 176 - color contains mainly: blue. Hex color #058CB0 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #058CB0 is #FA734F. Grayscale: #676767. Windows color (decimal): -16413520 or 11570181. OLE color: 11570181.

HSL color Cylindrical-coordinate representation of color #058CB0: hue angle of 192.63º degrees, saturation: 0.94, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #058CB0 is Cyan = 0.97, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB5140176-
CMYK0.970.2000.31
HSL192.63º94.48%35.49%-
HSV(B)192.63º97.16%69.02%-
XYZ17.2821.9244.4-
YUV103.74168.7757.57-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 1.56%
GREEN value IS 140 (55.08% from 255) = 43.61%
BLUE value IS 176 (69.14% from 255) = 54.83%
R=1.56%
G=43.61%
B=54.83%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal51401760.970.2000.31192.6394.4835.49
Hex58CB0611401Fc15e23
Octal52142601412403730113643
Binary1011000110010110000110000110100011111110000011011110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #058CB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(5,140,176); }

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

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

 a { background-color: rgb(5,140,176); }

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

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

 span { border-color: rgb(5,140,176); }

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