Html Css Color HEX #505BB3 Rich Blue

📋 copy color: '#505BB3'

red 80 ◦ green 91 ◦ blue 179

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

Shades of Rich Blue #505BB3

Tints of Rich Blue #505BB3

RGB

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

 GREEN value IS 91 (35.94% from 255) = 26%

 BLUE value IS 179 (70.31% from 255) = 51.14%

R = 22.86%
G = 26%
B = 51.14%

CMYK

 C value IS 0.55

 M value IS 0.49

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#505BB3 (or 0x505BB3) is known color: Rich Blue. HEX triplet: 50, 5B and B3. RGB value is (80,91,179). Sum of RGB (Red+Green+Blue) = 80+91+179=350 (46% of max value = 765). Red value is 80 (31.64% from 255 or 22.86% from 350); Green value is 91 (35.94% from 255 or 26% from 350); Blue value is 179 (70.31% from 255 or 51.14% from 350); Max value from RGB is 179 - color contains mainly: blue. Hex color #505BB3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #505BB3 is #AFA44C. Grayscale: #616161. Windows color (decimal): -11510861 or 11754320. OLE color: 11754320.

HSL color Cylindrical-coordinate representation of color #505BB3: hue angle of 233.33º 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 #505BB3 is Cyan = 0.55, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 80 91 179 -
CMYK 0.55 0.49 0 0.30
HSL 233.33º 0.39% 0.51% -
HSV(B) 233.33º 0.55% 0.7% -
XYZ 15.19 12.44 44.25 -
YUV 97.74 173.86 115.34 -
System Red Green Blue C M Y K H S L
Decimal 80 91 179 0.55 0.49 0 0.30 233.33 0.39 0.51
Hex 50 5B B3 37 31 0 1E E9 27 33
Octal 120 133 263 67 61 0 36 351 47 63
Binary 1010000 1011011 10110011 110111 110001 0 11110 11101001 100111 110011

Color Harmonies of #505BB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #505BB3

Black with #505BB3

Text Example


Text Example

White with #505BB3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,91,179); }

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

background-color css

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

 a { background-color: rgb(80,91,179); }

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

border-color css

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

 span { border-color: rgb(80,91,179); }

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