Html Css Color HEX #0584C6 Bondi Blue

📋 copy color: '#0584C6'

red 5 ◦ green 132 ◦ blue 198

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

Shades of Bondi Blue #0584C6

Tints of Bondi Blue #0584C6

RGB

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

 GREEN value IS 132 (51.95% from 255) = 39.4%

 BLUE value IS 198 (77.73% from 255) = 59.1%

R = 1.49%
G = 39.4%
B = 59.1%

CMYK

 C value IS 0.97

 M value IS 0.33

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#0584C6 (or 0x0584C6) is known color: Bondi Blue. HEX triplet: 05, 84 and C6. RGB value is (5,132,198). Sum of RGB (Red+Green+Blue) = 5+132+198=335 (44% of max value = 765). Red value is 5 (2.34% from 255 or 1.49% from 335); Green value is 132 (51.95% from 255 or 39.40% from 335); Blue value is 198 (77.73% from 255 or 59.10% from 335); Max value from RGB is 198 - color contains mainly: blue. Hex color #0584C6 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0584C6 is #FA7B39. Grayscale: #656565. Windows color (decimal): -16415546 or 13009925. OLE color: 13009925.

HSL color Cylindrical-coordinate representation of color #0584C6: hue angle of 200.52º degrees, saturation: 0.95, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0584C6 is Cyan = 0.97, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 5 132 198 -
CMYK 0.97 0.33 0 0.22
HSL 200.52º 0.95% 0.4% -
HSV(B) 200.52º 0.97% 0.78% -
XYZ 18.51 20.61 56.43 -
YUV 101.55 182.42 59.13 -
System Red Green Blue C M Y K H S L
Decimal 5 132 198 0.97 0.33 0 0.22 200.52 0.95 0.4
Hex 5 84 C6 61 21 0 16 C9 5F 28
Octal 5 204 306 141 41 0 26 311 137 50
Binary 101 10000100 11000110 1100001 100001 0 10110 11001001 1011111 101000

Color Harmonies of #0584C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0584C6

Black with #0584C6

Text Example


Text Example

White with #0584C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0584C6; }

 p { color: rgb(5,132,198); }

 H1.HeaderClassName
 {
   color: #0584C6;
 }
 .AnyTagClassName
 {
   color: #0584C6;
 }
</style>

background-color css

<style>
 a { background-color: #0584C6; }

 a { background-color: rgb(5,132,198); }

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

border-color css

<style>
 span { border-color: #0584C6; }

 span { border-color: rgb(5,132,198); }

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