Html Css Color HEX #058DAC Bondi Blue

📋 copy color: '#058DAC'

red 5 ◦ green 141 ◦ blue 172

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

Shades of Bondi Blue #058DAC

Tints of Bondi Blue #058DAC

RGB

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

 GREEN value IS 141 (55.47% from 255) = 44.34%

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

R = 1.57%
G = 44.34%
B = 54.09%

CMYK

 C value IS 0.97

 M value IS 0.18

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#058DAC (or 0x058DAC) is known color: Bondi Blue. HEX triplet: 05, 8D and AC. RGB value is (5,141,172). Sum of RGB (Red+Green+Blue) = 5+141+172=318 (42% of max value = 765). Red value is 5 (2.34% from 255 or 1.57% from 318); Green value is 141 (55.47% from 255 or 44.34% from 318); Blue value is 172 (67.58% from 255 or 54.09% from 318); Max value from RGB is 172 - color contains mainly: blue. Hex color #058DAC is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #058DAC is #FA7253. Grayscale: #676767. Windows color (decimal): -16413268 or 11308293. OLE color: 11308293.

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

Color convert

RGB 5 141 172 -
CMYK 0.97 0.18 0 0.33
HSL 191.14º 0.94% 0.35% -
HSV(B) 191.14º 0.97% 0.67% -
XYZ 17.03 22.06 42.39 -
YUV 103.87 166.44 57.48 -
System Red Green Blue C M Y K H S L
Decimal 5 141 172 0.97 0.18 0 0.33 191.14 0.94 0.35
Hex 5 8D AC 61 12 0 21 BF 5E 23
Octal 5 215 254 141 22 0 41 277 136 43
Binary 101 10001101 10101100 1100001 10010 0 100001 10111111 1011110 100011

Color Harmonies of #058DAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #058DAC

Black with #058DAC

Text Example


Text Example

White with #058DAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #058DAC; }

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

 H1.HeaderClassName
 {
   color: #058DAC;
 }
 .AnyTagClassName
 {
   color: #058DAC;
 }
</style>

background-color css

<style>
 a { background-color: #058DAC; }

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

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

border-color css

<style>
 span { border-color: #058DAC; }

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

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