Html Css Color HEX #0589BD Bondi Blue

📋 copy color: '#0589BD'

red 5 ◦ green 137 ◦ blue 189

#0589BD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bondi Blue #0589BD

Tints of Bondi Blue #0589BD

RGB

 RED value IS 5 (2.34% from 255) = 1.51%

 GREEN value IS 137 (53.91% from 255) = 41.39%

 BLUE value IS 189 (74.22% from 255) = 57.1%

R = 1.51%
G = 41.39%
B = 57.1%

CMYK

 C value IS 0.97

 M value IS 0.28

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#0589BD (or 0x0589BD) is known color: Bondi Blue. HEX triplet: 05, 89 and BD. RGB value is (5,137,189). Sum of RGB (Red+Green+Blue) = 5+137+189=331 (43% of max value = 765). Red value is 5 (2.34% from 255 or 1.51% from 331); Green value is 137 (53.91% from 255 or 41.39% from 331); Blue value is 189 (74.22% from 255 or 57.10% from 331); Max value from RGB is 189 - color contains mainly: blue. Hex color #0589BD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0589BD is #FA7642. Grayscale: #676767. Windows color (decimal): -16414275 or 12421381. OLE color: 12421381.

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

Color convert

RGB 5 137 189 -
CMYK 0.97 0.28 0 0.26
HSL 196.96º 0.95% 0.38% -
HSV(B) 196.96º 0.97% 0.74% -
XYZ 18.19 21.6 51.35 -
YUV 103.46 176.27 57.77 -
System Red Green Blue C M Y K H S L
Decimal 5 137 189 0.97 0.28 0 0.26 196.96 0.95 0.38
Hex 5 89 BD 61 1C 0 1A C5 5F 26
Octal 5 211 275 141 34 0 32 305 137 46
Binary 101 10001001 10111101 1100001 11100 0 11010 11000101 1011111 100110

Color Harmonies of #0589BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0589BD

Black with #0589BD

Text Example


Text Example

White with #0589BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0589BD; }

 p { color: rgb(5,137,189); }

 H1.HeaderClassName
 {
   color: #0589BD;
 }
 .AnyTagClassName
 {
   color: #0589BD;
 }
</style>

background-color css

<style>
 a { background-color: #0589BD; }

 a { background-color: rgb(5,137,189); }

 div.DivClassName
 {
   background-color: #0589BD;
 }
 .BgClassName
 {
   background-color: #0589BD;
 }
</style>

border-color css

<style>
 span { border-color: #0589BD; }

 span { border-color: rgb(5,137,189); }

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