Html Css Color HEX #0589BB Bondi Blue

📋 copy color: '#0589BB'

red 5 ◦ green 137 ◦ blue 187

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

Shades of Bondi Blue #0589BB

Tints of Bondi Blue #0589BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 56.84%

R = 1.52%
G = 41.64%
B = 56.84%

CMYK

 C value IS 0.97

 M value IS 0.27

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#0589BB (or 0x0589BB) is known color: Bondi Blue. HEX triplet: 05, 89 and BB. RGB value is (5,137,187). Sum of RGB (Red+Green+Blue) = 5+137+187=329 (43% of max value = 765). Red value is 5 (2.34% from 255 or 1.52% from 329); Green value is 137 (53.91% from 255 or 41.64% from 329); Blue value is 187 (73.44% from 255 or 56.84% from 329); Max value from RGB is 187 - color contains mainly: blue. Hex color #0589BB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0589BB is #FA7644. Grayscale: #666666. Windows color (decimal): -16414277 or 12290309. OLE color: 12290309.

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

Color convert

RGB 5 137 187 -
CMYK 0.97 0.27 0 0.27
HSL 196.48º 0.95% 0.38% -
HSV(B) 196.48º 0.97% 0.73% -
XYZ 17.98 21.51 50.22 -
YUV 103.23 175.27 57.93 -
System Red Green Blue C M Y K H S L
Decimal 5 137 187 0.97 0.27 0 0.27 196.48 0.95 0.38
Hex 5 89 BB 61 1B 0 1B C4 5F 26
Octal 5 211 273 141 33 0 33 304 137 46
Binary 101 10001001 10111011 1100001 11011 0 11011 11000100 1011111 100110

Color Harmonies of #0589BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0589BB

Black with #0589BB

Text Example


Text Example

White with #0589BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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