Html Css Color HEX #0589AF Bondi Blue

📋 copy color: '#0589AF'

red 5 ◦ green 137 ◦ blue 175

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

Shades of Bondi Blue #0589AF

Tints of Bondi Blue #0589AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 55.21%

R = 1.58%
G = 43.22%
B = 55.21%

CMYK

 C value IS 0.97

 M value IS 0.22

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#0589AF (or 0x0589AF) is known color: Bondi Blue. HEX triplet: 05, 89 and AF. RGB value is (5,137,175). Sum of RGB (Red+Green+Blue) = 5+137+175=317 (41% of max value = 765). Red value is 5 (2.34% from 255 or 1.58% from 317); Green value is 137 (53.91% from 255 or 43.22% from 317); Blue value is 175 (68.75% from 255 or 55.21% from 317); Max value from RGB is 175 - color contains mainly: blue. Hex color #0589AF is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0589AF is #FA7650. Grayscale: #656565. Windows color (decimal): -16414289 or 11503877. OLE color: 11503877.

HSL color Cylindrical-coordinate representation of color #0589AF: hue angle of 193.41º 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 #0589AF is Cyan = 0.97, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 5 137 175 -
CMYK 0.97 0.22 0 0.31
HSL 193.41º 0.94% 0.35% -
HSV(B) 193.41º 0.97% 0.69% -
XYZ 16.75 21.02 43.73 -
YUV 101.86 169.27 58.91 -
System Red Green Blue C M Y K H S L
Decimal 5 137 175 0.97 0.22 0 0.31 193.41 0.94 0.35
Hex 5 89 AF 61 16 0 1F C1 5E 23
Octal 5 211 257 141 26 0 37 301 136 43
Binary 101 10001001 10101111 1100001 10110 0 11111 11000001 1011110 100011

Color Harmonies of #0589AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0589AF

Black with #0589AF

Text Example


Text Example

White with #0589AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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