Html Css Color HEX #5054BB Rich Blue

📋 copy color: '#5054BB'

red 80 ◦ green 84 ◦ blue 187

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

Shades of Rich Blue #5054BB

Tints of Rich Blue #5054BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 53.28%

R = 22.79%
G = 23.93%
B = 53.28%

CMYK

 C value IS 0.57

 M value IS 0.55

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#5054BB (or 0x5054BB) is known color: Rich Blue. HEX triplet: 50, 54 and BB. RGB value is (80,84,187). Sum of RGB (Red+Green+Blue) = 80+84+187=351 (46% of max value = 765). Red value is 80 (31.64% from 255 or 22.79% from 351); Green value is 84 (33.20% from 255 or 23.93% from 351); Blue value is 187 (73.44% from 255 or 53.28% from 351); Max value from RGB is 187 - color contains mainly: blue. Hex color #5054BB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5054BB is #AFAB44. Grayscale: #5E5E5E. Windows color (decimal): -11512645 or 12276816. OLE color: 12276816.

HSL color Cylindrical-coordinate representation of color #5054BB: hue angle of 237.76º degrees, saturation: 0.44, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5054BB is Cyan = 0.57, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 80 84 187 -
CMYK 0.57 0.55 0 0.27
HSL 237.76º 0.44% 0.52% -
HSV(B) 237.76º 0.57% 0.73% -
XYZ 15.45 11.63 48.45 -
YUV 94.55 180.17 117.62 -
System Red Green Blue C M Y K H S L
Decimal 80 84 187 0.57 0.55 0 0.27 237.76 0.44 0.52
Hex 50 54 BB 39 37 0 1B EE 2C 34
Octal 120 124 273 71 67 0 33 356 54 64
Binary 1010000 1010100 10111011 111001 110111 0 11011 11101110 101100 110100

Color Harmonies of #5054BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5054BB

Black with #5054BB

Text Example


Text Example

White with #5054BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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