Html Css Color HEX #5041BC Rich Blue

📋 copy color: '#5041BC'

red 80 ◦ green 65 ◦ blue 188

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

Shades of Rich Blue #5041BC

Tints of Rich Blue #5041BC

RGB

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

 GREEN value IS 65 (25.78% from 255) = 19.52%

 BLUE value IS 188 (73.83% from 255) = 56.46%

R = 24.02%
G = 19.52%
B = 56.46%

CMYK

 C value IS 0.57

 M value IS 0.65

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#5041BC (or 0x5041BC) is known color: Rich Blue. HEX triplet: 50, 41 and BC. RGB value is (80,65,188). Sum of RGB (Red+Green+Blue) = 80+65+188=333 (44% of max value = 765). Red value is 80 (31.64% from 255 or 24.02% from 333); Green value is 65 (25.78% from 255 or 19.52% from 333); Blue value is 188 (73.83% from 255 or 56.46% from 333); Max value from RGB is 188 - color contains mainly: blue. Hex color #5041BC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5041BC is #AFBE43. Grayscale: #535353. Windows color (decimal): -11517508 or 12337488. OLE color: 12337488.

HSL color Cylindrical-coordinate representation of color #5041BC: hue angle of 247.32º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #5041BC is Cyan = 0.57, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 80 65 188 -
CMYK 0.57 0.65 0 0.26
HSL 247.32º 0.49% 0.5% -
HSV(B) 247.32º 0.65% 0.74% -
XYZ 14.28 9.12 48.58 -
YUV 83.51 186.97 125.5 -
System Red Green Blue C M Y K H S L
Decimal 80 65 188 0.57 0.65 0 0.26 247.32 0.49 0.5
Hex 50 41 BC 39 41 0 1A F7 31 32
Octal 120 101 274 71 101 0 32 367 61 62
Binary 1010000 1000001 10111100 111001 1000001 0 11010 11110111 110001 110010

Color Harmonies of #5041BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5041BC

Black with #5041BC

Text Example


Text Example

White with #5041BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5041BC; }

 p { color: rgb(80,65,188); }

 H1.HeaderClassName
 {
   color: #5041BC;
 }
 .AnyTagClassName
 {
   color: #5041BC;
 }
</style>

background-color css

<style>
 a { background-color: #5041BC; }

 a { background-color: rgb(80,65,188); }

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

border-color css

<style>
 span { border-color: #5041BC; }

 span { border-color: rgb(80,65,188); }

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