Html Css Color HEX #0589C0 Bondi Blue

📋 copy color: '#0589C0'

red 5 ◦ green 137 ◦ blue 192

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

Shades of Bondi Blue #0589C0

Tints of Bondi Blue #0589C0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 57.49%

R = 1.5%
G = 41.02%
B = 57.49%

CMYK

 C value IS 0.97

 M value IS 0.29

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#0589C0 (or 0x0589C0) is known color: Bondi Blue. HEX triplet: 05, 89 and C0. RGB value is (5,137,192). Sum of RGB (Red+Green+Blue) = 5+137+192=334 (44% of max value = 765). Red value is 5 (2.34% from 255 or 1.50% from 334); Green value is 137 (53.91% from 255 or 41.02% from 334); Blue value is 192 (75.39% from 255 or 57.49% from 334); Max value from RGB is 192 - color contains mainly: blue. Hex color #0589C0 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0589C0 is #FA763F. Grayscale: #676767. Windows color (decimal): -16414272 or 12617989. OLE color: 12617989.

HSL color Cylindrical-coordinate representation of color #0589C0: hue angle of 197.65º degrees, saturation: 0.95, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0589C0 is Cyan = 0.97, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 5 137 192 -
CMYK 0.97 0.29 0 0.25
HSL 197.65º 0.95% 0.39% -
HSV(B) 197.65º 0.97% 0.75% -
XYZ 18.52 21.73 53.09 -
YUV 103.8 177.77 57.53 -
System Red Green Blue C M Y K H S L
Decimal 5 137 192 0.97 0.29 0 0.25 197.65 0.95 0.39
Hex 5 89 C0 61 1D 0 19 C6 5F 27
Octal 5 211 300 141 35 0 31 306 137 47
Binary 101 10001001 11000000 1100001 11101 0 11001 11000110 1011111 100111

Color Harmonies of #0589C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0589C0

Black with #0589C0

Text Example


Text Example

White with #0589C0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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