Html Css Color HEX #5054BC Rich Blue

📋 copy color: '#5054BC'

red 80 ◦ green 84 ◦ blue 188

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

Shades of Rich Blue #5054BC

Tints of Rich Blue #5054BC

RGB

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

 GREEN value IS 84 (33.2% from 255) = 23.86%

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

R = 22.73%
G = 23.86%
B = 53.41%

CMYK

 C value IS 0.57

 M value IS 0.55

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#5054BC (or 0x5054BC) is known color: Rich Blue. HEX triplet: 50, 54 and BC. RGB value is (80,84,188). Sum of RGB (Red+Green+Blue) = 80+84+188=352 (46% of max value = 765). Red value is 80 (31.64% from 255 or 22.73% from 352); Green value is 84 (33.20% from 255 or 23.86% from 352); Blue value is 188 (73.83% from 255 or 53.41% from 352); Max value from RGB is 188 - color contains mainly: blue. Hex color #5054BC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5054BC is #AFAB43. Grayscale: #5E5E5E. Windows color (decimal): -11512644 or 12342352. OLE color: 12342352.

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

Color convert

RGB 80 84 188 -
CMYK 0.57 0.55 0 0.26
HSL 237.78º 0.45% 0.53% -
HSV(B) 237.78º 0.57% 0.74% -
XYZ 15.56 11.68 49.01 -
YUV 94.66 180.67 117.54 -
System Red Green Blue C M Y K H S L
Decimal 80 84 188 0.57 0.55 0 0.26 237.78 0.45 0.53
Hex 50 54 BC 39 37 0 1A EE 2D 35
Octal 120 124 274 71 67 0 32 356 55 65
Binary 1010000 1010100 10111100 111001 110111 0 11010 11101110 101101 110101

Color Harmonies of #5054BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5054BC

Black with #5054BC

Text Example


Text Example

White with #5054BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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