Html Css Color HEX #0592AC Bondi Blue

📋 copy color: '#0592AC'

red 5 ◦ green 146 ◦ blue 172

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

Shades of Bondi Blue #0592AC

Tints of Bondi Blue #0592AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 53.25%

R = 1.55%
G = 45.2%
B = 53.25%

CMYK

 C value IS 0.97

 M value IS 0.15

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#0592AC (or 0x0592AC) is known color: Bondi Blue. HEX triplet: 05, 92 and AC. RGB value is (5,146,172). Sum of RGB (Red+Green+Blue) = 5+146+172=323 (42% of max value = 765). Red value is 5 (2.34% from 255 or 1.55% from 323); Green value is 146 (57.42% from 255 or 45.20% from 323); Blue value is 172 (67.58% from 255 or 53.25% from 323); Max value from RGB is 172 - color contains mainly: blue. Hex color #0592AC is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0592AC is #FA6D53. Grayscale: #6A6A6A. Windows color (decimal): -16411988 or 11309573. OLE color: 11309573.

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

Color convert

RGB 5 146 172 -
CMYK 0.97 0.15 0 0.33
HSL 189.34º 0.94% 0.35% -
HSV(B) 189.34º 0.97% 0.67% -
XYZ 17.79 23.57 42.64 -
YUV 106.81 164.79 55.39 -
System Red Green Blue C M Y K H S L
Decimal 5 146 172 0.97 0.15 0 0.33 189.34 0.94 0.35
Hex 5 92 AC 61 F 0 21 BD 5E 23
Octal 5 222 254 141 17 0 41 275 136 43
Binary 101 10010010 10101100 1100001 1111 0 100001 10111101 1011110 100011

Color Harmonies of #0592AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0592AC

Black with #0592AC

Text Example


Text Example

White with #0592AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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