Html Css Color HEX #0592AE Bondi Blue

📋 copy color: '#0592AE'

red 5 ◦ green 146 ◦ blue 174

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

Shades of Bondi Blue #0592AE

Tints of Bondi Blue #0592AE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 53.54%

R = 1.54%
G = 44.92%
B = 53.54%

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

#0592AE (or 0x0592AE) is known color: Bondi Blue. HEX triplet: 05, 92 and AE. RGB value is (5,146,174). Sum of RGB (Red+Green+Blue) = 5+146+174=325 (43% of max value = 765). Red value is 5 (2.34% from 255 or 1.54% from 325); Green value is 146 (57.42% from 255 or 44.92% from 325); Blue value is 174 (68.36% from 255 or 53.54% from 325); Max value from RGB is 174 - color contains mainly: blue. Hex color #0592AE is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0592AE is #FA6D51. Grayscale: #6A6A6A. Windows color (decimal): -16411986 or 11440645. OLE color: 11440645.

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

Color convert

RGB 5 146 174 -
CMYK 0.97 0.16 0 0.32
HSL 189.94º 0.94% 0.35% -
HSV(B) 189.94º 0.97% 0.68% -
XYZ 17.98 23.65 43.66 -
YUV 107.03 165.79 55.22 -
System Red Green Blue C M Y K H S L
Decimal 5 146 174 0.97 0.16 0 0.32 189.94 0.94 0.35
Hex 5 92 AE 61 10 0 20 BE 5E 23
Octal 5 222 256 141 20 0 40 276 136 43
Binary 101 10010010 10101110 1100001 10000 0 100000 10111110 1011110 100011

Color Harmonies of #0592AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0592AE

Black with #0592AE

Text Example


Text Example

White with #0592AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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