Html Css Color HEX #0583BB Bondi Blue

📋 copy color: '#0583BB'

red 5 ◦ green 131 ◦ blue 187

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

Shades of Bondi Blue #0583BB

Tints of Bondi Blue #0583BB

RGB

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

 GREEN value IS 131 (51.56% from 255) = 40.56%

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

R = 1.55%
G = 40.56%
B = 57.89%

CMYK

 C value IS 0.97

 M value IS 0.30

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#0583BB (or 0x0583BB) is known color: Bondi Blue. HEX triplet: 05, 83 and BB. RGB value is (5,131,187). Sum of RGB (Red+Green+Blue) = 5+131+187=323 (42% of max value = 765). Red value is 5 (2.34% from 255 or 1.55% from 323); Green value is 131 (51.56% from 255 or 40.56% from 323); Blue value is 187 (73.44% from 255 or 57.89% from 323); Max value from RGB is 187 - color contains mainly: blue. Hex color #0583BB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0583BB is #FA7C44. Grayscale: #636363. Windows color (decimal): -16415813 or 12288773. OLE color: 12288773.

HSL color Cylindrical-coordinate representation of color #0583BB: hue angle of 198.46º 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 #0583BB is Cyan = 0.97, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 5 131 187 -
CMYK 0.97 0.30 0 0.27
HSL 198.46º 0.95% 0.38% -
HSV(B) 198.46º 0.97% 0.73% -
XYZ 17.15 19.85 49.94 -
YUV 99.71 177.26 60.45 -
System Red Green Blue C M Y K H S L
Decimal 5 131 187 0.97 0.30 0 0.27 198.46 0.95 0.38
Hex 5 83 BB 61 1E 0 1B C6 5F 26
Octal 5 203 273 141 36 0 33 306 137 46
Binary 101 10000011 10111011 1100001 11110 0 11011 11000110 1011111 100110

Color Harmonies of #0583BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0583BB

Black with #0583BB

Text Example


Text Example

White with #0583BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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