Html Css Color HEX #0594AC Bondi Blue

📋 copy color: '#0594AC'

red 5 ◦ green 148 ◦ blue 172

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

Shades of Bondi Blue #0594AC

Tints of Bondi Blue #0594AC

RGB

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

 GREEN value IS 148 (58.2% from 255) = 45.54%

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

R = 1.54%
G = 45.54%
B = 52.92%

CMYK

 C value IS 0.97

 M value IS 0.14

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#0594AC (or 0x0594AC) is known color: Bondi Blue. HEX triplet: 05, 94 and AC. RGB value is (5,148,172). Sum of RGB (Red+Green+Blue) = 5+148+172=325 (43% of max value = 765). Red value is 5 (2.34% from 255 or 1.54% from 325); Green value is 148 (58.20% from 255 or 45.54% from 325); Blue value is 172 (67.58% from 255 or 52.92% from 325); Max value from RGB is 172 - color contains mainly: blue. Hex color #0594AC is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0594AC is #FA6B53. Grayscale: #6B6B6B. Windows color (decimal): -16411476 or 11310085. OLE color: 11310085.

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

Color convert

RGB 5 148 172 -
CMYK 0.97 0.14 0 0.33
HSL 188.62º 0.94% 0.35% -
HSV(B) 188.62º 0.97% 0.67% -
XYZ 18.1 24.19 42.75 -
YUV 107.98 164.12 54.55 -
System Red Green Blue C M Y K H S L
Decimal 5 148 172 0.97 0.14 0 0.33 188.62 0.94 0.35
Hex 5 94 AC 61 E 0 21 BD 5E 23
Octal 5 224 254 141 16 0 41 275 136 43
Binary 101 10010100 10101100 1100001 1110 0 100001 10111101 1011110 100011

Color Harmonies of #0594AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0594AC

Black with #0594AC

Text Example


Text Example

White with #0594AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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