Html Css Color HEX #0590AB Bondi Blue

📋 copy color: '#0590AB'

red 5 ◦ green 144 ◦ blue 171

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

Shades of Bondi Blue #0590AB

Tints of Bondi Blue #0590AB

RGB

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

 GREEN value IS 144 (56.64% from 255) = 45%

 BLUE value IS 171 (67.19% from 255) = 53.44%

R = 1.56%
G = 45%
B = 53.44%

CMYK

 C value IS 0.97

 M value IS 0.16

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#0590AB (or 0x0590AB) is known color: Bondi Blue. HEX triplet: 05, 90 and AB. RGB value is (5,144,171). Sum of RGB (Red+Green+Blue) = 5+144+171=320 (42% of max value = 765). Red value is 5 (2.34% from 255 or 1.56% from 320); Green value is 144 (56.64% from 255 or 45% from 320); Blue value is 171 (67.19% from 255 or 53.44% from 320); Max value from RGB is 171 - color contains mainly: blue. Hex color #0590AB is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0590AB is #FA6F54. Grayscale: #696969. Windows color (decimal): -16412501 or 11243525. OLE color: 11243525.

HSL color Cylindrical-coordinate representation of color #0590AB: hue angle of 189.76º degrees, saturation: 0.94, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0590AB is Cyan = 0.97, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 5 144 171 -
CMYK 0.97 0.16 0 0.33
HSL 189.76º 0.94% 0.35% -
HSV(B) 189.76º 0.97% 0.67% -
XYZ 17.39 22.92 42.04 -
YUV 105.52 164.95 56.3 -
System Red Green Blue C M Y K H S L
Decimal 5 144 171 0.97 0.16 0 0.33 189.76 0.94 0.35
Hex 5 90 AB 61 10 0 21 BE 5E 23
Octal 5 220 253 141 20 0 41 276 136 43
Binary 101 10010000 10101011 1100001 10000 0 100001 10111110 1011110 100011

Color Harmonies of #0590AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0590AB

Black with #0590AB

Text Example


Text Example

White with #0590AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0590AB; }

 p { color: rgb(5,144,171); }

 H1.HeaderClassName
 {
   color: #0590AB;
 }
 .AnyTagClassName
 {
   color: #0590AB;
 }
</style>

background-color css

<style>
 a { background-color: #0590AB; }

 a { background-color: rgb(5,144,171); }

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

border-color css

<style>
 span { border-color: #0590AB; }

 span { border-color: rgb(5,144,171); }

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