Html Css Color HEX #058CAC Bondi Blue

📋 copy color: '#058CAC'

red 5 ◦ green 140 ◦ blue 172

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

Shades of Bondi Blue #058CAC

Tints of Bondi Blue #058CAC

RGB

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

 GREEN value IS 140 (55.08% from 255) = 44.16%

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

R = 1.58%
G = 44.16%
B = 54.26%

CMYK

 C value IS 0.97

 M value IS 0.19

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#058CAC (or 0x058CAC) is known color: Bondi Blue. HEX triplet: 05, 8C and AC. RGB value is (5,140,172). Sum of RGB (Red+Green+Blue) = 5+140+172=317 (41% of max value = 765). Red value is 5 (2.34% from 255 or 1.58% from 317); Green value is 140 (55.08% from 255 or 44.16% from 317); Blue value is 172 (67.58% from 255 or 54.26% from 317); Max value from RGB is 172 - color contains mainly: blue. Hex color #058CAC is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #058CAC is #FA7353. Grayscale: #676767. Windows color (decimal): -16413524 or 11308037. OLE color: 11308037.

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

Color convert

RGB 5 140 172 -
CMYK 0.97 0.19 0 0.33
HSL 191.5º 0.94% 0.35% -
HSV(B) 191.5º 0.97% 0.67% -
XYZ 16.89 21.77 42.34 -
YUV 103.28 166.77 57.9 -
System Red Green Blue C M Y K H S L
Decimal 5 140 172 0.97 0.19 0 0.33 191.5 0.94 0.35
Hex 5 8C AC 61 13 0 21 BF 5E 23
Octal 5 214 254 141 23 0 41 277 136 43
Binary 101 10001100 10101100 1100001 10011 0 100001 10111111 1011110 100011

Color Harmonies of #058CAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #058CAC

Black with #058CAC

Text Example


Text Example

White with #058CAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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