#0587B7

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

Shades of Bondi Blue #0587B7

Tints of Bondi Blue #0587B7

Color information

#0587B7 (or 0x0587B7) is unknown color: approx Bondi Blue. HEX triplet: 05, 87 and B7. RGB value is (5,135,183). Sum of RGB (Red+Green+Blue) = 5+135+183=323 (42% of max value = 765). Red value is 5 (2.34% from 255 or 1.55% from 323); Green value is 135 (53.12% from 255 or 41.80% from 323); Blue value is 183 (71.88% from 255 or 56.66% from 323); Max value from RGB is 183 - color contains mainly: blue. Hex color #0587B7 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0587B7 is #FA7848. Grayscale: #656565. Windows color (decimal): -16414793 or 12027653. OLE color: 12027653.

HSL color Cylindrical-coordinate representation of color #0587B7: hue angle of 196.18º degrees, saturation: 0.95, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0587B7 is Cyan = 0.97, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB5135183-
CMYK0.970.2600.28
HSL196.18º94.68%36.86%-
HSV(B)196.18º97.27%71.76%-
XYZ17.2720.7847.9-
YUV101.6173.9359.1-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 1.55%
GREEN value IS 135 (53.12% from 255) = 41.80%
BLUE value IS 183 (71.88% from 255) = 56.66%
R=1.55%
G=41.80%
B=56.66%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal51351830.970.2600.28196.1894.6836.86
Hex587B7611A01Cc45f25
Octal52072671413203430413745
Binary1011000011110110111110000111010011100110001001011111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0587B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0587B7; }

 p { color: rgb(5,135,183); }

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

<style>
 a { background-color: #0587B7; }

 a { background-color: rgb(5,135,183); }

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

<style>
 span { border-color: #0587B7; }

 span { border-color: rgb(5,135,183); }

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