Html Css Color HEX #5058AC Rich Blue

📋 copy color: '#5058AC'

red 80 ◦ green 88 ◦ blue 172

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

Shades of Rich Blue #5058AC

Tints of Rich Blue #5058AC

RGB

 RED value IS 80 (31.64% from 255) = 23.53%

 GREEN value IS 88 (34.77% from 255) = 25.88%

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

R = 23.53%
G = 25.88%
B = 50.59%

CMYK

 C value IS 0.53

 M value IS 0.49

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#5058AC (or 0x5058AC) is known color: Rich Blue. HEX triplet: 50, 58 and AC. RGB value is (80,88,172). Sum of RGB (Red+Green+Blue) = 80+88+172=340 (45% of max value = 765). Red value is 80 (31.64% from 255 or 23.53% from 340); Green value is 88 (34.77% from 255 or 25.88% from 340); Blue value is 172 (67.58% from 255 or 50.59% from 340); Max value from RGB is 172 - color contains mainly: blue. Hex color #5058AC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5058AC is #AFA753. Grayscale: #5E5E5E. Windows color (decimal): -11511636 or 11294800. OLE color: 11294800.

HSL color Cylindrical-coordinate representation of color #5058AC: hue angle of 234.78º degrees, saturation: 0.37, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #5058AC is Cyan = 0.53, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 80 88 172 -
CMYK 0.53 0.49 0 0.33
HSL 234.78º 0.37% 0.49% -
HSV(B) 234.78º 0.53% 0.67% -
XYZ 14.24 11.66 40.53 -
YUV 95.18 171.35 117.17 -
System Red Green Blue C M Y K H S L
Decimal 80 88 172 0.53 0.49 0 0.33 234.78 0.37 0.49
Hex 50 58 AC 35 31 0 21 EB 25 31
Octal 120 130 254 65 61 0 41 353 45 61
Binary 1010000 1011000 10101100 110101 110001 0 100001 11101011 100101 110001

Color Harmonies of #5058AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5058AC

Black with #5058AC

Text Example


Text Example

White with #5058AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5058AC; }

 p { color: rgb(80,88,172); }

 H1.HeaderClassName
 {
   color: #5058AC;
 }
 .AnyTagClassName
 {
   color: #5058AC;
 }
</style>

background-color css

<style>
 a { background-color: #5058AC; }

 a { background-color: rgb(80,88,172); }

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

border-color css

<style>
 span { border-color: #5058AC; }

 span { border-color: rgb(80,88,172); }

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