Html Css Color HEX #0591BB Bondi Blue

📋 copy color: '#0591BB'

red 5 ◦ green 145 ◦ blue 187

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

Shades of Bondi Blue #0591BB

Tints of Bondi Blue #0591BB

RGB

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

 GREEN value IS 145 (57.03% from 255) = 43.03%

 BLUE value IS 187 (73.44% from 255) = 55.49%

R = 1.48%
G = 43.03%
B = 55.49%

CMYK

 C value IS 0.97

 M value IS 0.22

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#0591BB (or 0x0591BB) is known color: Bondi Blue. HEX triplet: 05, 91 and BB. RGB value is (5,145,187). Sum of RGB (Red+Green+Blue) = 5+145+187=337 (44% of max value = 765). Red value is 5 (2.34% from 255 or 1.48% from 337); Green value is 145 (57.03% from 255 or 43.03% from 337); Blue value is 187 (73.44% from 255 or 55.49% from 337); Max value from RGB is 187 - color contains mainly: blue. Hex color #0591BB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0591BB is #FA6E44. Grayscale: #6B6B6B. Windows color (decimal): -16412229 or 12292357. OLE color: 12292357.

HSL color Cylindrical-coordinate representation of color #0591BB: hue angle of 193.85º degrees, saturation: 0.95, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0591BB is Cyan = 0.97, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 5 145 187 -
CMYK 0.97 0.22 0 0.27
HSL 193.85º 0.95% 0.38% -
HSV(B) 193.85º 0.97% 0.73% -
XYZ 19.16 23.87 50.61 -
YUV 107.93 172.62 54.58 -
System Red Green Blue C M Y K H S L
Decimal 5 145 187 0.97 0.22 0 0.27 193.85 0.95 0.38
Hex 5 91 BB 61 16 0 1B C2 5F 26
Octal 5 221 273 141 26 0 33 302 137 46
Binary 101 10010001 10111011 1100001 10110 0 11011 11000010 1011111 100110

Color Harmonies of #0591BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0591BB

Black with #0591BB

Text Example


Text Example

White with #0591BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0591BB; }

 p { color: rgb(5,145,187); }

 H1.HeaderClassName
 {
   color: #0591BB;
 }
 .AnyTagClassName
 {
   color: #0591BB;
 }
</style>

background-color css

<style>
 a { background-color: #0591BB; }

 a { background-color: rgb(5,145,187); }

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

border-color css

<style>
 span { border-color: #0591BB; }

 span { border-color: rgb(5,145,187); }

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