Html Css Color HEX #0591AD Bondi Blue

📋 copy color: '#0591AD'

red 5 ◦ green 145 ◦ blue 173

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

Shades of Bondi Blue #0591AD

Tints of Bondi Blue #0591AD

RGB

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

 GREEN value IS 145 (57.03% from 255) = 44.89%

 BLUE value IS 173 (67.97% from 255) = 53.56%

R = 1.55%
G = 44.89%
B = 53.56%

CMYK

 C value IS 0.97

 M value IS 0.16

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#0591AD (or 0x0591AD) is known color: Bondi Blue. HEX triplet: 05, 91 and AD. RGB value is (5,145,173). Sum of RGB (Red+Green+Blue) = 5+145+173=323 (42% of max value = 765). Red value is 5 (2.34% from 255 or 1.55% from 323); Green value is 145 (57.03% from 255 or 44.89% from 323); Blue value is 173 (67.97% from 255 or 53.56% from 323); Max value from RGB is 173 - color contains mainly: blue. Hex color #0591AD is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0591AD is #FA6E52. Grayscale: #6A6A6A. Windows color (decimal): -16412243 or 11374853. OLE color: 11374853.

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

Color convert

RGB 5 145 173 -
CMYK 0.97 0.16 0 0.32
HSL 190º 0.94% 0.35% -
HSV(B) 190º 0.97% 0.68% -
XYZ 17.73 23.3 43.1 -
YUV 106.33 165.62 55.72 -
System Red Green Blue C M Y K H S L
Decimal 5 145 173 0.97 0.16 0 0.32 190 0.94 0.35
Hex 5 91 AD 61 10 0 20 BE 5E 23
Octal 5 221 255 141 20 0 40 276 136 43
Binary 101 10010001 10101101 1100001 10000 0 100000 10111110 1011110 100011

Color Harmonies of #0591AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0591AD

Black with #0591AD

Text Example


Text Example

White with #0591AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0591AD; }

 p { color: rgb(5,145,173); }

 H1.HeaderClassName
 {
   color: #0591AD;
 }
 .AnyTagClassName
 {
   color: #0591AD;
 }
</style>

background-color css

<style>
 a { background-color: #0591AD; }

 a { background-color: rgb(5,145,173); }

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

border-color css

<style>
 span { border-color: #0591AD; }

 span { border-color: rgb(5,145,173); }

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