Html Css Color HEX #0592AD Bondi Blue

📋 copy color: '#0592AD'

red 5 ◦ green 146 ◦ blue 173

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

Shades of Bondi Blue #0592AD

Tints of Bondi Blue #0592AD

RGB

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

 GREEN value IS 146 (57.42% from 255) = 45.06%

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

R = 1.54%
G = 45.06%
B = 53.4%

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

#0592AD (or 0x0592AD) is known color: Bondi Blue. HEX triplet: 05, 92 and AD. RGB value is (5,146,173). Sum of RGB (Red+Green+Blue) = 5+146+173=324 (42% of max value = 765). Red value is 5 (2.34% from 255 or 1.54% from 324); Green value is 146 (57.42% from 255 or 45.06% from 324); Blue value is 173 (67.97% from 255 or 53.40% from 324); Max value from RGB is 173 - color contains mainly: blue. Hex color #0592AD is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0592AD is #FA6D52. Grayscale: #6A6A6A. Windows color (decimal): -16411987 or 11375109. OLE color: 11375109.

HSL color Cylindrical-coordinate representation of color #0592AD: hue angle of 189.64º 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 #0592AD is Cyan = 0.97, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 5 146 173 -
CMYK 0.97 0.16 0 0.32
HSL 189.64º 0.94% 0.35% -
HSV(B) 189.64º 0.97% 0.68% -
XYZ 17.88 23.61 43.15 -
YUV 106.92 165.29 55.3 -
System Red Green Blue C M Y K H S L
Decimal 5 146 173 0.97 0.16 0 0.32 189.64 0.94 0.35
Hex 5 92 AD 61 10 0 20 BE 5E 23
Octal 5 222 255 141 20 0 40 276 136 43
Binary 101 10010010 10101101 1100001 10000 0 100000 10111110 1011110 100011

Color Harmonies of #0592AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0592AD

Black with #0592AD

Text Example


Text Example

White with #0592AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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