Html Css Color HEX #505EB2 Rich Blue

📋 copy color: '#505EB2'

red 80 ◦ green 94 ◦ blue 178

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

Shades of Rich Blue #505EB2

Tints of Rich Blue #505EB2

RGB

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

 GREEN value IS 94 (37.11% from 255) = 26.7%

 BLUE value IS 178 (69.92% from 255) = 50.57%

R = 22.73%
G = 26.7%
B = 50.57%

CMYK

 C value IS 0.55

 M value IS 0.47

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#505EB2 (or 0x505EB2) is known color: Rich Blue. HEX triplet: 50, 5E and B2. RGB value is (80,94,178). Sum of RGB (Red+Green+Blue) = 80+94+178=352 (46% of max value = 765). Red value is 80 (31.64% from 255 or 22.73% from 352); Green value is 94 (37.11% from 255 or 26.70% from 352); Blue value is 178 (69.92% from 255 or 50.57% from 352); Max value from RGB is 178 - color contains mainly: blue. Hex color #505EB2 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #505EB2 is #AFA14D. Grayscale: #636363. Windows color (decimal): -11510094 or 11689552. OLE color: 11689552.

HSL color Cylindrical-coordinate representation of color #505EB2: hue angle of 231.43º degrees, saturation: 0.39, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #505EB2 is Cyan = 0.55, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 80 94 178 -
CMYK 0.55 0.47 0 0.30
HSL 231.43º 0.39% 0.51% -
HSV(B) 231.43º 0.55% 0.7% -
XYZ 15.35 12.93 43.81 -
YUV 99.39 172.36 114.17 -
System Red Green Blue C M Y K H S L
Decimal 80 94 178 0.55 0.47 0 0.30 231.43 0.39 0.51
Hex 50 5E B2 37 2F 0 1E E7 27 33
Octal 120 136 262 67 57 0 36 347 47 63
Binary 1010000 1011110 10110010 110111 101111 0 11110 11100111 100111 110011

Color Harmonies of #505EB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #505EB2

Black with #505EB2

Text Example


Text Example

White with #505EB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #505EB2; }

 p { color: rgb(80,94,178); }

 H1.HeaderClassName
 {
   color: #505EB2;
 }
 .AnyTagClassName
 {
   color: #505EB2;
 }
</style>

background-color css

<style>
 a { background-color: #505EB2; }

 a { background-color: rgb(80,94,178); }

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

border-color css

<style>
 span { border-color: #505EB2; }

 span { border-color: rgb(80,94,178); }

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