Html Css Color HEX #0581C5 Bondi Blue

📋 copy color: '#0581C5'

red 5 ◦ green 129 ◦ blue 197

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

Shades of Bondi Blue #0581C5

Tints of Bondi Blue #0581C5

RGB

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

 GREEN value IS 129 (50.78% from 255) = 38.97%

 BLUE value IS 197 (77.34% from 255) = 59.52%

R = 1.51%
G = 38.97%
B = 59.52%

CMYK

 C value IS 0.97

 M value IS 0.35

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#0581C5 (or 0x0581C5) is known color: Bondi Blue. HEX triplet: 05, 81 and C5. RGB value is (5,129,197). Sum of RGB (Red+Green+Blue) = 5+129+197=331 (43% of max value = 765). Red value is 5 (2.34% from 255 or 1.51% from 331); Green value is 129 (50.78% from 255 or 38.97% from 331); Blue value is 197 (77.34% from 255 or 59.52% from 331); Max value from RGB is 197 - color contains mainly: blue. Hex color #0581C5 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0581C5 is #FA7E3A. Grayscale: #636363. Windows color (decimal): -16416315 or 12943621. OLE color: 12943621.

HSL color Cylindrical-coordinate representation of color #0581C5: hue angle of 201.25º degrees, saturation: 0.95, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0581C5 is Cyan = 0.97, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 5 129 197 -
CMYK 0.97 0.35 0 0.23
HSL 201.25º 0.95% 0.4% -
HSV(B) 201.25º 0.97% 0.77% -
XYZ 17.99 19.76 55.69 -
YUV 99.68 182.92 60.47 -
System Red Green Blue C M Y K H S L
Decimal 5 129 197 0.97 0.35 0 0.23 201.25 0.95 0.4
Hex 5 81 C5 61 23 0 17 C9 5F 28
Octal 5 201 305 141 43 0 27 311 137 50
Binary 101 10000001 11000101 1100001 100011 0 10111 11001001 1011111 101000

Color Harmonies of #0581C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0581C5

Black with #0581C5

Text Example


Text Example

White with #0581C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0581C5; }

 p { color: rgb(5,129,197); }

 H1.HeaderClassName
 {
   color: #0581C5;
 }
 .AnyTagClassName
 {
   color: #0581C5;
 }
</style>

background-color css

<style>
 a { background-color: #0581C5; }

 a { background-color: rgb(5,129,197); }

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

border-color css

<style>
 span { border-color: #0581C5; }

 span { border-color: rgb(5,129,197); }

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